|  | ILinear | 
 Syntax
SyntaxThe ILinearConstraintCoefficients type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Item | Gets the coefficient value at the specified index. returns 0.0 on indices not listed in NonzeroIndices | 
|  | NumberOfCoefficients | The total length of the coefficient vector represented by self. Note that this is not the number of non-zero coefficients, but the total number of coefficients. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AsDoubleVector | Method to convert self to a dense vector. | 
|  | DotProduct | Function for forming the dot product of self with another vector. | 
|  | NonzeroIndices | Enumerator over the indices of the non-zero coefficients. | 
 See Also
See Also