Click or drag to resize

UnitCreateConversionList Method

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

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
protected abstract 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
The default implementation returns an empty DictionaryTKey, TValue.
See Also