Represents an arbitrary unit (SI or any other unit).
Instance member | Description |
Full Usage:
this.FromSIUnit
Parameters:
float
-
Value in SI units.
Returns: float
The corresponding value in this unit.
Modifiers: abstract |
Converts x (in SI units) to the corresponding value in this unit.
|
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
Full name of the unit.
|
|
Returns a list of possible prefixes for this unit (like ยต, m, k, M, G..).
|
|
Returns the corresponding SI unit.
|
Full Usage:
this.ShortCut
Returns: string
Modifiers: abstract |
Usual shortcut of the unit.
|
Full Usage:
this.ToSIUnit
Parameters:
float
-
Value to convert.
Returns: float
The corresponding value of x in SI units.
Modifiers: abstract |
Converts x to the corresponding SI unit.
|