Click or drag to resize

DoubleExtremumIndicatedEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntax
public DoubleExtremumIndicatedEventArgs(
	DoubleFunctionExtremumIndicated finding
)

Parameters

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