| |
BigInteger
| Allows you to create and manipulate integer numbers of any size. |
BOOLEAN
| Returns a result equal to Expression converted to boolean. |
BYTE
| Converts argument to byte type. |
DOUBLE
| Converts argument to double-precision type. |
FIX
| Converts argument to integer type, or type specified by TYPE keyword. |
FLOAT
| Converts argument to single-precision floating-point. |
LONG
| Converts argument to longword integer type. |
LONG64
| Converts argument to 64-bit integer type. |
UINT
| Converts argument to unsigned integer type. |
ULONG
| Converts argument to unsigned longword integer type. |
ULONG64
| Converts argument to unsigned 64-bit integer type. |