AnySquareMatrixRowCount Property |
Gets the number of matrix rows.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override int RowCount { get; }
Public Overrides ReadOnly Property RowCount As Integer
Get
public:
virtual property int RowCount {
int get () override;
}
abstract RowCount : int with get
override RowCount : int with get
Property Value
Type:
Int32See Also