Click or drag to resize

MultivariableFunctionWarning Constructor (Object, MultivariableFunctionSolverWarning)

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 MultivariableFunctionWarning(
	Object sourceOfWarning,
	MultivariableFunctionSolverWarning innerWarning
)

Parameters

sourceOfWarning
Type: SystemObject
The function that encountered the warning.
innerWarning
Type: AGI.Foundation.NumericalMethods.AdvancedMultivariableFunctionSolverWarning
The original warning that was encountered.
See Also