TO_LINT
PROGRAM TO_LINT_DEMO VAR LI1: LINT; R1: REAL; END_VAR LI1:=TO_LINT(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 |
| ⇒ | LINT | Output value |