DimensionType Enumeration

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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