Click or drag to resize

DurationFunctionDetails Properties

The DurationFunctionDetails type exposes the following members.

Properties
  NameDescription
Public propertyCurrentValue
Gets the value of the function at the CurrentDuration.
Public propertyCurrentValueIsValid
Gets a value indicating whether CurrentValue is valid. CurrentValue is invalid if the function was not sampled for the CurrentDuration.
Public propertyDebuggingLogger
Gets or sets the HierarchicalLogger, used to provide debugging output for the findings analysis.
Public propertyExplorer
Gets the DurationFunctionExplorer that is exploring this function.
Public propertyExtremumConvergenceCriteria
Gets or sets the criteria used for convergence when searching for a precise local extremum of this function. When set to Variable, the ExtremumDurationTolerance is used. When set to Function, the ExtremumValueTolerance is used. Convergence can also be allowed on Either criteria or Both criteria can be required. By default, this property has the value Variable.
Public propertyExtremumValueTolerance
Gets or sets the tolerance with which to converge on function value when finding a local extremum of this function. By default, this property has the value 0.0, but it is ignored because ExtremumConvergenceCriteria is set to Variable.
Public propertyFunction
Gets or sets the function to explore.
Public propertyPreviousPreviousValue
Gets the value of the function at the PreviousPreviousDuration.
Public propertyPreviousPreviousValueIsValid
Gets a value indicating whether PreviousPreviousValue is valid. PreviousPreviousValue is invalid if the function was not sampled for the PreviousPreviousDuration.
Public propertyPreviousValue
Gets the value of the function at the PreviousDuration.
Public propertyPreviousValueIsValid
Gets a value indicating whether PreviousValue is valid. PreviousValue is invalid if the function was not sampled for the PreviousDuration.
Public propertyThresholds
Gets the collection of thresholds of interest.
Top
See Also