| JulianDateFunctionExplorerFindAllCrossingsPrecisely Property  | 
 
            Gets or sets a value indicating whether all crossings should be
            found precisely.  If this property is 
,
            precise crossings will only be found if
            
FindPreciseCrossing
            is called during the 
ThresholdCrossingIndicated event.  By default, this property
            has the value 
.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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
See Also