Dimension Enumeration

Enumerates the dimensions of a matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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