| DoubleSymBandMatrixOrder Property |
Gets the order of the matrix (the number of rows and columns).
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int Order { get; }
Public ReadOnly Property Order As Integer
Get
public:
property int Order {
int get ();
}
member Order : int with get
Property Value
Int32See Also