Dimension Type 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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. |