



NOTICE

If the operand value for a type conversion operator is outside of the value range
of the target data type, then the result output depends on the processor type and
is therefore undefined. This is the case, for example, when a negative operand value
is converted from LREAL
to the target data type UINT
.
Information can be lost when converting from larger data types to smaller data types.




NOTICE

If the floating-point number is within the value range of the target data type, then the conversion operates the same way on all systems.




NOTICE

If the floating-point number to be converted exceeds the range limit, then the first bytes of the number are ignored.
The operators convert a floating-point number into the specified data types and return a type-converted value. If applicable, the conversion is rounded.
-
Call
-
Rounding
-
Converting to a string
-
Examples