DifferentialCorrectorStepResultWarnings 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: 22.2.414.0 (22.2.414.0)
Syntaxpublic 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:
ListMultivariableFunctionSolverWarning
See Also