Dimension Enumeration

Enumerates the dimensions of a matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum Dimension

Members

Rows0 The rows, which is the dimension of the first index.
Columns1 The columns, which is the dimension of the second index.

See Also