Click or drag to resize

DurationFunctionExtremumIndicated Properties

The DurationFunctionExtremumIndicated type exposes the following members.

Properties
  NameDescription
Public propertyExplorer
Gets the DurationFunctionExplorer 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(Duration, Duration). 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 propertyLeftDuration
Gets the left date.
Public propertyLeftSegmentSlope
Gets the slope between the left and middle samples.
Public propertyLeftValue
Gets the left function value.
Public propertyMiddleDuration
Gets the middle date.
Public propertyMiddleValue
Gets the middle function value.
Public propertyRightDuration
Gets the right date.
Public propertyRightSegmentSlope
Gets the slope between the middle and right samples.
Public propertyRightValue
Gets the right function value.
Top
See Also