Gets which dimension of the second object was mismatched.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SecondDimensionType As DimensionType
C#
public DimensionType SecondDimensionType { get; }
C++
public:
DimensionType SecondDimensionType {
	DimensionType get ();
}

See Also