This document describes how to use the Util - Math block to operate numeric data.



▶Operator

1) Arithmetic operator

Untitled

Operation symbol Explanation
+ Add
- Subtract
* Multiply

그림1.png

2)Increment and decrement operator

Untitled

Operation symbol Explanation
++ Add 1 to the entered variable.
-- Subtract 1 to the variable entered.

그림2.png