| |
|
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. |
|
FLOAT16_DECODE
| Converts a blob of 16-bit "half-precision" floating-point data values into 32-bit single-precision floating point numbers. |
|
FLOAT16_ENCODE
| Converts a scalar or array of 32-bit floating-point numbers into 16-bit "half-precision" floating-point values. |
|
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. |