TO_INT
PROGRAM TO_INT_DEMO VAR I1: INT; R1: REAL; END_VAR I1:=TO_INT(R1); END_PROGRAM
The function brings the whole number of the input value to the output.
Input | Type | Description |
IN | ANY_ELEMENTARY | Input value |
Output | Type | Description |
⇒ | INT | Output value |