MultivariableFunctionSolverStepResultTResults, TDerivativeResultsWarnings Property |
Gets any warnings that may have been encountered during this evaluation.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<MultivariableFunctionSolverWarning> Warnings { get; }
Public ReadOnly Property Warnings As List(Of MultivariableFunctionSolverWarning)
Get
public:
property List<MultivariableFunctionSolverWarning^>^ Warnings {
List<MultivariableFunctionSolverWarning^>^ get ();
}
member Warnings : List<MultivariableFunctionSolverWarning> with get
Property Value
Type:
ListMultivariableFunctionSolverWarningSee Also