UnconstrainedNonlinearModel.SetGoalValue Method

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

Sets the goal value.

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

Syntax

'Declaration
Protected Sub SetGoalValue ( _
    value As Rational _
)
protected void SetGoalValue(
    Rational value
)
protected:
void SetGoalValue(
    Rational value
)
member SetGoalValue : 
        value:Rational -> unit 
protected function SetGoalValue(
    value : Rational
)

Parameters

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace