UnitDimensions Property

Gets the number of dimensions this Unit represents.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
[JsonIgnoreAttribute]
public virtual int Dimensions { get; }

Property Value

Int32

Remarks

For example, the Liter and MeterCubic both represent Volume; but 1 kL = 1000 L, while 1 km³ = 1,000,000,000 m³.

See Also