Click or drag to resize

DoubleFunctionThresholdCrossingFound 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 DoubleFunctionThresholdCrossingFound(
	DoubleFunctionThresholdCrossingIndicated indication,
	double crossingVariable,
	double crossingValue
)

Parameters

indication
Type: AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionThresholdCrossingIndicated
The finding that originally indicated the existence of this threshold crossing.
crossingVariable
Type: SystemDouble
The Variable at which the crossing occurs.
crossingValue
Type: SystemDouble
The function value at the crossing.
See Also