Click or drag to resize

DurationFunctionExtremumIndicated Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public DurationFunctionExtremumIndicated(
	DurationFunctionExplorer explorer,
	DurationFunctionDetails function,
	Duration leftDuration,
	double leftValue,
	Duration middleDuration,
	double middleValue,
	Duration rightDuration,
	double rightValue
)

Parameters

explorer
Type: AGI.Foundation.NumericalMethods.DurationFunctionExplorer
The explorer that found the indicated extremum.
function
Type: AGI.Foundation.NumericalMethods.DurationFunctionDetails
The function for which an extremum was identified.
leftDuration
Type: AGI.Foundation.Time.Duration
The left duration.
leftValue
Type: System.Double
The left function value.
middleDuration
Type: AGI.Foundation.Time.Duration
The middle duration.
middleValue
Type: System.Double
The middle function value.
rightDuration
Type: AGI.Foundation.Time.Duration
The right duration.
rightValue
Type: System.Double
The right function value.
See Also