ILinearModel.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 numLo As Rational, _
    <OutAttribute> ByRef numHi As Rational _
)
void GetBounds(
    int vid,
    out Rational numLo,
    out Rational numHi
)
void GetBounds(
    int vid, 
    [OutAttribute] Rational% numLo, 
    [OutAttribute] Rational% numHi
)
abstract GetBounds : 
        vid:int * 
        numLo:Rational byref * 
        numHi:Rational byref -> unit 
function GetBounds(
    vid : int, 
    numLo : Rational, 
    numHi : Rational
)

Parameters

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace