Inner Drive Extensible Architecture
C#
Show/Hide TOC
Unknown
Unit
Create
Conversion
List Method
When implemented in derived classes, causes the
Unit
to assemble its list of conversion factors to other units.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
protected
override
IDictionary
<
Type
,
double
>
CreateConversionList
()
Return Value
IDictionary
Type
,
Double
A
Dictionary
TKey, TValue
containing the target
Unit
types and the factors used to convert to those types.
Remarks
The
UnknownUnit
returns an empty list.
See Also
Reference
UnknownUnit Class
InnerDrive.Quantitative Namespace
In This Article
Definition
Remarks
See Also