x, y: Numerical value or numerical variable
n, m: Round the numeric value up or off to the specified digit(s)
a, b: String or string variable
Category Type Identifier Description
String
System
Rounds a numeric value to a 2-byte signed integer to
convert it to a 2-byte string using the Little Endian byte
order. (2-byte Signed Integer Little Endian)
Rounds a numeric value to a 4-byte signed integer to
convert it to a 4-byte string using the Big Endian byte order.
(4-byte Signed Integer Big Endian)
Rounds a numeric value to a 4-byte signed integer to
convert it to a 4-byte string using the Little Endian byte
order. (4-byte Signed Integer Little Endian)
Regards a numeric value as a decimal float to convert it to a
4-byte string using the Big Endian byte order. (4-byte Float
Regards a numeric value as a decimal float to convert it to a
4-byte string using the Little Endian byte order. (4-byte Float
Regards a numeric value as a decimal float to convert it to
an 8-byte string using the Big Endian byte order. (8-byte
Regards a numeric value as a decimal float to convert it to
an 8-byte string using the Little Endian byte order. (8-byte
Double Float Little Endian)
Regards a character string as a decimal digit string to
convert it to a numeric value.
Regards a character string as a binary string (sequence of
“0”, “1”) to convert it to a numeric value.
Regards a character string as a hexadecimal string
(sequence of “0” – “9”, “A” – “F”, or “a” – “f”) to convert it to a
Converts the top character to a 1-byte signed integer.
(1-byte Signed Integer)
Converts the top 2 characters to a 2-byte signed integer
using the Big Endian byte order. (2-byte Signed Integer Big
Converts the top 2 characters to a 2-byte signed integer
using the Little Endian byte order. (2-byte Signed Integer
Converts the top 4 characters to a 4-byte signed integer
using the Big Endian byte order. (4-byte Signed Integer Big
Converts the top 4 characters to a 4-byte signed integer
using the Little Endian byte order. (4-byte Signed Integer
Converts the top 4 characters to a decimal float using the
Big Endian byte order. (4-byte Float Big Endian)
Converts the top 4 characters to a decimal float using the
Little Endian byte order. (4-byte Float Little Endian)
Converts the top 8 characters to a double-precision decimal
float using the Big Endian byte order. (8-byte Double Big
116