Header menu logo B2R2

NumberType Type

Represents the type of number literal.

Union cases

Union case Description

Bin

Full Usage: Bin

Binary number.

Dec

Full Usage: Dec

Decimal number.

Hex

Full Usage: Hex

Hexadecimal number.

Oct

Full Usage: Oct

Octal number.

Instance members

Instance member Description

this.IsBin

Full Usage: this.IsBin

Returns: bool
Returns: bool

this.IsDec

Full Usage: this.IsDec

Returns: bool
Returns: bool

this.IsHex

Full Usage: this.IsHex

Returns: bool
Returns: bool

this.IsOct

Full Usage: this.IsOct

Returns: bool
Returns: bool

Type something to start searching.