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

Syntax

'Declaration
Public Overrides Sub SetValue ( _
    vid As Integer, _
    value As Rational _
)
public override void SetValue(
    int vid,
    Rational value
)
public:
virtual void SetValue(
    int vid, 
    Rational value
) override
abstract SetValue : 
        vid:int * 
        value:Rational -> unit 
override SetValue : 
        vid:int * 
        value:Rational -> unit 
public override function SetValue(
    vid : int, 
    value : Rational
)

Parameters

Implements

IRowVariableModel.SetValue(Int32, Rational)
IRowVariableModel.SetValue(Int32, Rational)

Remarks

For more information, see SetValue(Int32, Rational).

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace