DurationFunctionSamplingTolerance Property |
Gets or sets the tolerance used for convergence in the independent variable.
The default value is 0.005 seconds.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration Tolerance { get; set; }
Public Property Tolerance As Duration
Get
Set
public:
property Duration Tolerance {
Duration get ();
void set (Duration value);
}
member Tolerance : Duration with get, set
Property Value
Type:
DurationExceptions See Also