DurationFunctionExplorerFindAllCrossingsPrecisely 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also