HybridLocalSearchModel.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.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Private Sub GetBounds ( _
    vid As Integer, _
    <OutAttribute> ByRef numLo As Rational, _
    <OutAttribute> ByRef numHi As Rational _
) Implements IRowVariableModel.GetBounds
void IRowVariableModel.GetBounds(
    int vid,
    out Rational numLo,
    out Rational numHi
)
private:
virtual void GetBounds(
    int vid, 
    [OutAttribute] Rational% numLo, 
    [OutAttribute] Rational% numHi
) sealed = IRowVariableModel::GetBounds
private abstract GetBounds : 
        vid:int * 
        numLo:Rational byref * 
        numHi:Rational byref -> unit 
private override GetBounds : 
        vid:int * 
        numLo:Rational byref * 
        numHi:Rational byref -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IRowVariableModel.GetBounds(Int32, Rational%, Rational%)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace