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
- vidRow
Type: System.Int32
A row identifier.
- vidVar
Type: System.Int32
A column variable identifier.
Return Value
Type: Microsoft.SolverFoundation.Common.Rational
A coefficient value.
Implements
ILinearModel.GetCoefficient(Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.