Gets the order of the matrix (the number of rows and columns).

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also