Click or drag to resize

DoubleFunctionExtremumIndicated Properties

The DoubleFunctionExtremumIndicated type exposes the following members.

Properties
  NameDescription
Public propertyExplorer
Gets the DoubleFunctionExplorer that found this indicated extremum.
Public propertyExtremumType
Gets a value indicating whether the extremum is a minimum or maximum.
Public propertyFunction
Gets the function for which the extremum is indicated.
Public propertyIsEndpointExtremum
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.
Public propertyLeftSegmentSlope
Gets the slope between the left and middle samples.
Public propertyLeftValue
Gets the left function value.
Public propertyLeftVariable
Gets the left date.
Public propertyMiddleValue
Gets the middle function value.
Public propertyMiddleVariable
Gets the middle date.
Public propertyRightSegmentSlope
Gets the slope between the middle and right samples.
Public propertyRightValue
Gets the right function value.
Public propertyRightVariable
Gets the right date.
Top
See Also