INonlinearSolution.Result Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the type of result of a solve attempt.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
ReadOnly Property Result As NonlinearResult
NonlinearResult Result { get; }
property NonlinearResult Result {
    NonlinearResult get ();
}
abstract Result : NonlinearResult
function get Result () : NonlinearResult

Property Value

Type: Microsoft.SolverFoundation.Services.NonlinearResult
The type of result of the solve attempt, such as LocalOptimal.

.NET Framework Security

See Also

Reference

INonlinearSolution Interface

Microsoft.SolverFoundation.Services Namespace