JulianDateFunctionExplorerCrossingDateTolerance Property |
Gets or sets the tolerance with which to converge on date when finding
a precise crossing of a threshold. By default, this property has the value
0.005 seconds (5 milliseconds).
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 CrossingDateTolerance { get; set; }
Public Property CrossingDateTolerance As Duration
Get
Set
public:
property Duration CrossingDateTolerance {
Duration get ();
void set (Duration value);
}
member CrossingDateTolerance : Duration with get, set
Property Value
Type:
DurationSee Also