Click or drag to resize
ComplexSparseMatrixNumberOfColumns Property
The number of columns in the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int NumberOfColumns { get; }

Property Value

Type: Int32
An int containing the number of columns in the matrix.
See Also