Encapsulates an existing unit, but limits the set of possible prefixes.
Constructor | Description |
Full Usage:
UnitWithLimitedPrefixes(unit, allowedPrefixes)
Parameters:
IUnit
allowedPrefixes : IEnumerable<SIPrefix>
|
|
Instance member | Description |
Full Usage:
this.FromSIUnit
Parameters:
float
Returns: float
Modifiers: abstract |
|
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
|
|
Returns a list of possible prefixes for this unit (like ยต, m, k, M, G..).
|
|
Returns the underlying unit, transformed to the corresponding SI unit.
|
Full Usage:
this.ShortCut
Returns: string
Modifiers: abstract |
|
Full Usage:
this.ToSIUnit
Parameters:
float
Returns: float
Modifiers: abstract |
|
Gets the underlying unit.
|