IRowVariableModel.GetBounds Method

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

Returns the bounds for a variable.

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

Syntax

'Declaration
Sub GetBounds ( _
    vid As Integer, _
    <OutAttribute> ByRef lower As Rational, _
    <OutAttribute> ByRef upper As Rational _
)
void GetBounds(
    int vid,
    out Rational lower,
    out Rational upper
)
void GetBounds(
    int vid, 
    [OutAttribute] Rational% lower, 
    [OutAttribute] Rational% upper
)
abstract GetBounds : 
        vid:int * 
        lower:Rational byref * 
        upper:Rational byref -> unit 
function GetBounds(
    vid : int, 
    lower : Rational, 
    upper : Rational
)

Parameters

.NET Framework Security

See Also

Reference

IRowVariableModel Interface

Microsoft.SolverFoundation.Services Namespace