DurationExtremumFoundEventArgs Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DurationExtremumFoundEventArgs(
DurationFunctionExtremumFound finding
)
Public Sub New (
finding As DurationFunctionExtremumFound
)
public:
DurationExtremumFoundEventArgs(
DurationFunctionExtremumFound^ finding
)
new :
finding : DurationFunctionExtremumFound -> DurationExtremumFoundEventArgs
Parameters
- finding
- Type: AGI.Foundation.NumericalMethods.AdvancedDurationFunctionExtremumFound
The finding indicated by this event.
See Also