Click or drag to resize

JulianDateFunctionSamplingTolerance 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.1.418.0 (24.1.418.0)
Syntax
public Duration Tolerance { get; set; }

Property Value

Type: Duration
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the user attempts to set a Duration whose TotalSeconds is less than or equal to zero.
See Also