Click or drag to resize

JulianDateFunctionExplorer.FindAllExtremaPrecisely Property

Gets or sets a value indicating whether all extrema should be found precisely. If this property is false, precise extrema will only be found if FindPreciseExtremum() is called during the ThresholdCrossingIndicated event, or if ExploreExtremaToFindCrossings is true and the indicated extrema might cross the threshold. 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)
Syntax
public bool FindAllExtremaPrecisely { get; set; }

Property Value

Type: Boolean
See Also