| Class | Description |
|---|---|
| COMPLEMENT |
Inverts the bits of the LONG on top of the stack
|
| FROMBIN |
Converts the binary representation in the string operand to a LONG
|
| FROMBITS |
Converts the long on top of the stack into a double by considering it a raw bit representation
|
| FROMHEX |
Converts the hex representation in the string operand to a LONG
|
| NOT |
Unary NOT of the operand on top of the stack
|
| REVERSEBITS |
Reverse the bits of the LONG on top of the stack
|
| TOBIN | Deprecated |
| TOBITS |
Converts the double on top of the stack into its bit representation
|
| TOBOOLEAN |
Converts the operand on top of the stack to a boolean
|
| TODOUBLE |
Converts the operand on top of the stack to a Double
|
| TOHEX | Deprecated |
| TOLONG |
Converts the operand on top of the stack to a Long
|
| TOSTRING |
Converts the operand on top of the stack to a String
|
| TOTIMESTAMP |
Convert Date in format ISO8601 into a Timestamp in µs
TOTIMESTAMP expects a date in ISO8601 on the top of the stack
|
| UNIT |
Converts the value on the top of the stck into a different unit.
|