Gets the rank (number of dimensions) of the DataArrayBase.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Rank As Integer |
| C# |
|---|
public int Rank { get; } |
| C++ |
|---|
public: int Rank { int get (); } |