1. Overview
2. Function list
Function | Description |
---|---|
IF | Judge the condition. If the calculation result of the specified condition is TRUE, IF function returns a certain value; and if the calculation result of the condition is FALSE, IF function returns the other value. |
ABS | Return the absolute value of the specified number and the result is always not negative. |
ROUND | Return the number after being rounded off to a specified number of digits. |
INT | Return the number after being rounded down (along the decreasing direction) to the nearest integer-Extract data Return a integer that is the closest to zero-Real-time data |