Click or drag to resize

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

Property Value

Type: Boolean
See Also