| MatrixDNumberOfRows Property |
Gets the number of rows m.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
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:
Int32The number of rows
m.
See Also