| IntegratorFEpsilon Property |
Gets or sets the tolerance value.
Namespace: DigitalRune.Mathematics.AnalysisAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float Epsilon { get; set; }
Public Property Epsilon As Single
Get
Set
public:
property float Epsilon {
float get ();
void set (float value);
}
member Epsilon : float32 with get, set
Property Value
Type:
Single
The tolerance value. The default is
Numeric.
EpsilonF.
Exceptions Remarks
If the absolute difference between the integral from the new iteration and the last
iteration is less than this tolerance, the integration is stopped.
See Also