Dimension
            
            
            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.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum DimensionTypeMembers
| 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. |