Numbers
Syntax
Decimal
Hexadecimal
Binary
To write binary number, use '0b' prefix and binary digits (0 or 1).
Implementation notes
// just a double
Last updated
Was this helpful?
To write binary number, use '0b' prefix and binary digits (0 or 1).
// just a double
Last updated
Was this helpful?