JulianDateFunctionExplorer.FindAllCrossingsPrecisely Property |
Gets or sets a value indicating whether all crossings should be
found precisely. If this property is
false,
precise crossings will only be found if
FindPreciseCrossing()
is called during the
ThresholdCrossingIndicated event. By default, this property
has the value
false.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool FindAllCrossingsPrecisely { get; set; }
Public Property FindAllCrossingsPrecisely As Boolean
Get
Set
public:
property bool FindAllCrossingsPrecisely {
bool get ();
void set (bool value);
}
member FindAllCrossingsPrecisely : bool with get, set
Property Value
Type:
Boolean
See Also