HybridLocalSearchModel.IRowVariableModel.SetValue Method

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

Sets the value for the specified variable index.

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

Syntax

'Declaration
Private Sub SetValue ( _
    vid As Integer, _
    num As Rational _
) Implements IRowVariableModel.SetValue
void IRowVariableModel.SetValue(
    int vid,
    Rational num
)
private:
virtual void SetValue(
    int vid, 
    Rational num
) sealed = IRowVariableModel::SetValue
private abstract SetValue : 
        vid:int * 
        num:Rational -> unit 
private override SetValue : 
        vid:int * 
        num:Rational -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IRowVariableModel.SetValue(Int32, Rational)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace