Click or drag to resize

DurationFunctionThresholdCrossingIndicated Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DurationFunctionThresholdCrossingIndicated(
	DurationFunctionExplorer explorer,
	DurationFunctionDetails function,
	DurationFunctionThresholdDetails threshold,
	DurationFunctionExtremumFound extremum,
	Duration leftDuration,
	double leftValue,
	Duration rightDuration,
	double rightValue
)

Parameters

explorer
Type: AGI.Foundation.NumericalMethodsDurationFunctionExplorer
The instance that identified this threshold crossing.
function
Type: AGI.Foundation.NumericalMethodsDurationFunctionDetails
The function that crossed the threshold.
threshold
Type: AGI.Foundation.NumericalMethodsDurationFunctionThresholdDetails
The threshold that was crossed.
extremum
Type: AGI.Foundation.NumericalMethods.AdvancedDurationFunctionExtremumFound
The extremum that led to the discovery of this crossing, or if and extremum was not involved in the discovery of this crossing.
leftDuration
Type: AGI.Foundation.TimeDuration
The duration to the left of the threshold.
leftValue
Type: SystemDouble
The function value to the left of the threshold.
rightDuration
Type: AGI.Foundation.TimeDuration
The duration to the right of the threshold.
rightValue
Type: SystemDouble
The function value to the right of the threshold.
See Also