Sets the results of an algorithm's execution.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub SetResultProperties ( _ result As Object, _ estimatedError As Double _ ) |
| C# |
|---|
protected void SetResultProperties ( Object result, double estimatedError ) |
| C++ |
|---|
protected: void SetResultProperties ( Object^ result, double estimatedError ) |
Parameters
- result (System.Object)
- An Object of a type determined by the class implementing the interface.
- estimatedError (System.Double)
- A value indicating the size of the absolute error of the result.
Remarks
This method must be called after the iteration terminates.
It may also be called after each iteration to provide intermediate
results.