RowVariableModel.GetIgnoreBounds Method

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

Returns a value that indicates whether the bounds of a variable are ignored.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the bounds are ignored; otherwise, false.

Implements

IRowVariableModel.GetIgnoreBounds(Int32)

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace