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

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Enumeration DimensionType
C#
public enum DimensionType
C++
public enum class DimensionType

Members

MemberDescription
Unknown
The mismatched dimension is unknown.
Row
The number of rows of a Matrix is mismatched.
Column
The number of columns of a Matrix is mismatched.
Length
The length of a Vector is mismatched.