Gets a value indicating the size of the absolute
error of the result.
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual double EstimatedError { get; }
|
| Visual Basic (Declaration) |
Public Overridable ReadOnly Property EstimatedError As Double
Get
|
| Visual C++ |
public:
virtual property double EstimatedError {
double get ();
}
|
| F# |
abstract EstimatedError : float
override EstimatedError : float
|
Field Value
A number larger than or equal to zero, or
NaN if no estimate is available.
Remarks
See Also