Dimension Type 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum DimensionType
Members
Unknown | 0 | The mismatched dimension is unknown. |
Column | 1 | The number of columns of a matrix is mismatched. |
Row | 2 | The number of rows of a matrix is mismatched. |
Length | 3 | The length of a vector is mismatched. |