Interface to a list of known SIPrefixes.
Instance member | Description |
Full Usage:
this.ContainsNonePrefixOnly
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
![]() ![]() ![]() ![]() Gets the number of prefixes in this list.
|
Full Usage:
this.TryGetPrefixFromShortCut
Parameters:
string
-
The short cut.
Returns: SIPrefix
The prefix with the given shortcut. If no such prefix exist, the function will return null.
Modifiers: abstract |
![]() ![]() ![]() ![]() Try the get a prefix, given its shortcut. Example: given the string 'n', this function will return the prefix SIPrefix.Nano.
|