The number of rows in the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberOfRows { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfRows As Integer
Visual C++
public:
property int NumberOfRows {
	int get ();
}

Field Value

An int containing the number of rows in the matrix.

See Also