TO_ULINT

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.

InputType Description
IN ANY_ELEMENTARYInput value
OutputType Description
ULINTOutput value

Input valueround ( _TO_ )floorceiltrunc
5.5 6 5 6 5
3.8 4 3 4 3
2.3 2 2 3 3
-2.3 0 -3 -2 -2
-3.8 0 -4 -3 -3
-5.5 0 -6 -5 -5
  • © Energocentrum Plus, s.r.o. 2017 - 2024