Click or drag to resize

UnitConversions Property

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

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

Property Value

IDictionaryType, Double
See Also