Get number of rows

Namespace:  Hyleos.Mathematic.Matrix
Assembly:  Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)

Syntax

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

See Also