Binary

Internet Object supports binary non-fractional integer values. The hexadecimal integer may be prefixed with optional plus or minus signs and must start with "0b" or "0B" literal characters. It is then followed by one or more 0 or 1 digits.

Some examples of Binary Integer values...

0B01100010, 0b010010010, +0B1010101010, -0b0111111

The binary format does not support fractional non-integer values!

Last updated