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.1.418.0 (24.1.418.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.NumericalMethodsDurationFunctionExplorer
The explorer that found the indicated extremum.
function
Type: AGI.Foundation.NumericalMethodsDurationFunctionDetails
The function for which an extremum was identified.
leftDuration
Type: AGI.Foundation.TimeDuration
The left duration.
leftValue
Type: SystemDouble
The left function value.
middleDuration
Type: AGI.Foundation.TimeDuration
The middle duration.
middleValue
Type: SystemDouble
The middle function value.
rightDuration
Type: AGI.Foundation.TimeDuration
The right duration.
rightValue
Type: SystemDouble
The right function value.
See Also