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...
The binary format does not support fractional non-integer values!
Last updated