Click or drag to resize

JulianDateFunctionExtremumIndicatedIsEndpointExtremum Property

Gets a value indicating whether or not this extremum occurred at one of the endpoints of an interval explored with Explore(JulianDate, JulianDate). Endpoint extrema do not necessarily indicate places in the function have a derivative of zero, but they can still be global minima or maxima over the evaluation interval.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsEndpointExtremum { get; }

Property Value

Type: Boolean
See Also