Click or drag to resize

DoubleThresholdCrossingFoundEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DoubleThresholdCrossingFoundEventArgs(
	DoubleFunctionThresholdCrossingFound finding
)

Parameters

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