Dimension Enumeration
Enumerates the dimensions of a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum Dimension
Members
Rows | 0 | The rows, which is the dimension of the first index. |
Columns | 1 | The columns, which is the dimension of the second index. |