UnitConversions Property

Provides the list of conversion factors for this Unit to the ConversionCache.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
[JsonIgnoreAttribute]
public virtual IDictionary<Type, double> Conversions { get; }

Property Value

IDictionaryType, Double

See Also