SparseMatrixNumberOfRows Property |
The number of rows in the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberOfRows { get; }
Public ReadOnly Property NumberOfRows As Integer
Get
public:
property int NumberOfRows {
int get ();
}
member NumberOfRows : int with get
Property Value
Type:
Int32
An
int containing the number of rows in the matrix.
See Also