TO_ULINT
PROGRAM TO_ULINT_DEMO VAR UL1: ULINT; R1: REAL; END_VAR UL1:=TO_ULINT(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 |
⇒ | ULINT | Output value |