DoubleFunctionExtremumIndicated Properties |
The DoubleFunctionExtremumIndicated type exposes the following members.
Name | Description | |
---|---|---|
Explorer |
Gets the DoubleFunctionExplorer that found this indicated extremum.
| |
ExtremumType |
Gets a value indicating whether the extremum is a minimum or maximum.
| |
Function |
Gets the function for which the extremum is indicated.
| |
IsEndpointExtremum |
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.
| |
LeftSegmentSlope |
Gets the slope between the left and middle samples.
| |
LeftValue |
Gets the left function value.
| |
LeftVariable |
Gets the left date.
| |
MiddleValue |
Gets the middle function value.
| |
MiddleVariable |
Gets the middle date.
| |
RightSegmentSlope |
Gets the slope between the middle and right samples.
| |
RightValue |
Gets the right function value.
| |
RightVariable |
Gets the right date.
|