Block | Function | Description |
---|---|---|
- | Lets you specify integers and fractional values that can be used as input in other blocks. | |
- | Lets you perform simple Arithmetic Operations on two numbers or numeric expressions. You can select from add, subtract, multiply, divide, and exponent operators. | |
Abs(parameter) | Returns the absolute value of a number. | |
Hex(parameter) | Converts a number into a hexadecimal string. | |
Int(parameter) | Returns the integer part of a number or a numeric expression. | |
Round(value, digits) | Rounds a number to a specified number of decimal places. |