Click or drag to resize

DoubleThresholdCrossingIndicatedEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DoubleThresholdCrossingIndicatedEventArgs(
	DoubleFunctionThresholdCrossingIndicated finding
)

Parameters

finding
Type: AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionThresholdCrossingIndicated
The finding indicated by this event.
See Also