ID : 5687
Arithmetic
| Commands | Functions |
|---|---|
| - Operator | To return the sign inversion, difference between numeric values or difference between vector type data elements. |
| * Operator | To obtain the product of 2 numeric data sets or the scalar multiple of vector type data. |
| / Operator | To calculate the quotient of 2 numeric values and return the result by data including decimal values. Or, to return the result of vector scalar division. |
| ^ Operator | To obtain the exponent of numeric values. |
| \ Operator | To calculate the quotient of 2 numeric values and return the result by integer type data. |
| + Operator | To return the sum of 2 numeric values, the string concatenation or the sum of each element in vector type data and joint type data. |
| Mod Operator | To perform division of 2 numeric values and return the remainder. |
ID : 5687
- Related Information
- - Operator
- * Operator
- / Operator
- ^ Operator
- \ Operator
- + Operator
- Mod Operator

