Enumerates the dimensions of a matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration Dimension
public enum class Dimension
| Member name | Value | Description |
---|
| Rows | 0 |
The rows, which is the dimension of the first index.
|
| Columns | 1 |
The columns, which is the dimension of the second index.
|
Reference