DoubleFunctionExtremumIndicatedIsEndpointExtremum Property  | 
 
            Gets a value indicating whether or not this extremum occurred at one of the endpoints
            of an interval explored with 
Explore(Double, Double).
            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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsEndpointExtremum { get; }Public ReadOnly Property IsEndpointExtremum As Boolean
	Get
public:
property bool IsEndpointExtremum {
	bool get ();
}member IsEndpointExtremum : bool with get
Property Value
Type: 
Boolean
See Also