NumberType Type
Represents the type of number literal.
Union cases
| Union case |
Description
|
Full Usage:
Bin
|
Binary number. |
Full Usage:
Dec
|
Decimal number. |
Full Usage:
Hex
|
Hexadecimal number. |
Full Usage:
Oct
|
Octal number. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBin
Returns: bool
|
|
Full Usage:
this.IsDec
Returns: bool
|
|
Full Usage:
this.IsHex
Returns: bool
|
|
Full Usage:
this.IsOct
Returns: bool
|
|
B2R2