This interface allows convertion.
Properties
- Property Magnitude() As (Read Only)
- Returns the magnitude associated to the unit.
- Property Symbol() As (Read Only)
- Returns the symbol associated to the unit.
Methods
- Func ConvertFromMKS( iValueInMKS) As
-
Convert the initial value (expressed in MKS unit) in its equivalent in the current unit.
- Parameters:
-
- iValueInThisUnit
- The initial value in MKS unit. dd>
- oValueInMKS
- The final value in the current unit. dd>
- Func ConvertFromStorageUnit( iValueInStorageUnit) As
-
Convert the initial value (expressed in storage unit) in its equivalent in the current unit.
- Parameters:
-
- iValueInStorageUnit
- The initial value in storage unit. dd>
- oValueInThisUnit
- The final value in the current unit. dd>
- Func ConvertToMKS( iValueInThisUnit) As
-
Convert the initial value in its equivalent in MKS unit.
- Parameters:
-
- iValueInThisUnit
- The initial value in the current unit. dd>
- oValueInMKS
- The final value in the corresponding MKS unit. dd>
- Func ConvertToStorageUnit( iValueInThisUnit) As
-
Convert the initial value in its equivalent in storage unit.
- Parameters:
-
- iValueInThisUnit
- The initial value in the current unit. dd>
- oValueInStorageUnit
- The final value in the corresponding storage unit. dd>