Click or drag to resize

UnitDimensions Property

Gets the number of dimensions this Unit represents.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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