LinearModel.GetCoefficient Method (Int32, Int32)

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

Returns the coefficient of the A matrix in a linear model.

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

Syntax

'Declaration
Public Overridable Function GetCoefficient ( _
    vidRow As Integer, _
    vidVar As Integer _
) As Rational
public virtual Rational GetCoefficient(
    int vidRow,
    int vidVar
)
public:
virtual Rational GetCoefficient(
    int vidRow, 
    int vidVar
)
abstract GetCoefficient : 
        vidRow:int * 
        vidVar:int -> Rational 
override GetCoefficient : 
        vidRow:int * 
        vidVar:int -> Rational 
public function GetCoefficient(
    vidRow : int, 
    vidVar : int
) : Rational

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
A coefficient value.

Implements

ILinearModel.GetCoefficient(Int32, Int32)

.NET Framework Security

See Also

Reference

LinearModel Class

GetCoefficient Overload

Microsoft.SolverFoundation.Services Namespace