|  | SparseConstraintCoefficientsItem 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
Syntaxpublic double this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As Double
	Get
public:
virtual property double default[int index] {
	double get (int index) sealed;
}abstract Item : float with get
override Item : float with get
Parameters
- index  Int32
-  
Property Value
DoubleImplements
ILinearConstraintCoefficientsItemInt32 See Also
See Also