|
Floating point interpretation (Little Endian \\ limited to the precision of the 'Number' class)
|
|
||||||||||||||||||||||||||||||||||
| Unicode interpretations of the current bit pattern. | ||||||||||||||||||||||||||||||||
|
| Data type | Value | Size | Comment |
|---|---|---|---|
| Unix Timestamp | - | 32bit unsigned | seconds since 1. Jan 1970 00:00:00 UTC (GMT, leap seconds are ignored) |
| IPv4 Address | - | 32bit unsigned | read as 4 groups of 8bit |
| Roman Numeral | - | 10,000,000 max | L = 50 / C = 100 / D = 500 / M = 1,000 / V = 5,000 / X = 10,000 / ... / M = 1,000,000 |