CompactQuasiNewtonModel.IsGoal Method (Int32)

Returns a value that indicates whether a row index corresponds to a goal row.

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

Syntax

'Declaration
Public Function IsGoal ( _
    vid As Integer _
) As Boolean
public bool IsGoal(
    int vid
)
public:
virtual bool IsGoal(
    int vid
) sealed
abstract IsGoal : 
        vid:int -> bool 
override IsGoal : 
        vid:int -> bool 
public final function IsGoal(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the row index corresponds to a goal row; otherwise, false.

Implements

IGoalModel.IsGoal(Int32)

.NET Framework Security

See Also

Reference

CompactQuasiNewtonModel Class

IsGoal Overload

Microsoft.SolverFoundation.Solvers Namespace