IUnit Interface |
public interface IUnit
The IUnit type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name | Full name of the unit. |
![]() | Prefixes | Returns a list of possible prefixes for this unit (like µ, m, k, M, G..). |
![]() | ShortCut | Usual shortcut of the unit. |
![]() | SIUnit | Returns the corresponding SI unit. |
Name | Description | |
---|---|---|
![]() | FromSIUnit | Converts x (in SI units) to the corresponding value in this unit. |
![]() | ToSIUnit | Converts x to the corresponding SI unit. |