ID : 3553
Type Conversion of Numeric Data
Each numeric value data set has its value range and accuracy for storage.
Note the following items when assigning a value to different numeric value data type.
- If data out of the value range are assigned, an overflow error occurs.
- If data of high accuracy are assigned to lower data, the value is rounded. (Rounding to the nearest even number)
- A slight error may occur depending on the input value.
ID : 3553