Click or drag to resize

ILinearConstraintCoefficientsItem Property

Gets the coefficient value at the specified index. returns 0.0 on indices not listed in NonzeroIndices

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
double this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

Double
See Also