Dimension Enumeration
Enumerates the dimensions of a matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |