TO_ULINT
Function name
TO_ULINT
ST call
PROGRAM TO_ULINT_DEMO VAR UL1: ULINT; R1: REAL; END_VAR UL1:=TO_ULINT(R1); END_PROGRAM
Description
The function brings the whole number of the input value to the output.
Inputs
Input | Type | Description |
IN | ANY_ELEMENTARY | Input value |
Outputs
Output | Type | Description |
⇒ | ULINT | Output value |