DimensionType Enumeration

Enumerates the possible values for the type of dimension in a DimensionMismatchException.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum DimensionType

Members

Unknown0 The mismatched dimension is unknown.
Column1 The number of columns of a matrix is mismatched.
Row2 The number of rows of a matrix is mismatched.
Length3 The length of a vector is mismatched.

See Also