| ILinearConstraintCoefficientsItem Property |
Gets the coefficient value at the specified index. returns 0.0 on indices not listed in NonzeroIndices
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax double this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As Double
Get
property double default[int index] {
double get (int index);
}
abstract Item : float with get
Parameters
- index Int32
-
Property Value
DoubleSee Also