Click or drag to resize

DurationFunctionThresholdCrossingFound 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 DurationFunctionThresholdCrossingFound(
	DurationFunctionThresholdCrossingIndicated indication,
	Duration crossingDuration,
	double crossingValue
)

Parameters

indication
Type: AGI.Foundation.NumericalMethods.AdvancedDurationFunctionThresholdCrossingIndicated
The finding that originally indicated the existence of this threshold crossing.
crossingDuration
Type: AGI.Foundation.TimeDuration
The duration at which the crossing occurs.
crossingValue
Type: SystemDouble
The function value at the crossing.
See Also