KelvinCreateConversionList Method

When implemented in derived classes, causes the Unit to assemble its list of conversion factors to other units.

Definition

Namespace: InnerDrive.Quantitative.Units
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
protected override IDictionary<Type, double> CreateConversionList()

Return Value

IDictionaryType, Double
A DictionaryTKey, TValue containing the target Unit types and the factors used to convert to those types.

Remarks

All Temperature units are registered as having 1:1 conversions, because the Temperature structure handles its own conversions.

See Also