Thanks to our intuitive transformation designer, you can convert data effortlessly to a variety of formats without knowing how to program. It’s not only efficient, it’s also easy to use.
Up to 100,000 records can be processed with the freeware version!
Round Heater, rounding decimal fractions to a chosen accuracy
The Round Heater rounds numeric values to a given number of decimal places.
Internal calculations are always performed to double precision in FlowHeater. This means that during calculation operations, there is no rounding of intermediate values. However, should it be necessary to round numbers to a particular accuracy before or after certain stages in a calculation, you can achieve this with the Round Heater.
Round Heater, config dialog
Examples
Value
Decimal places
Rounded
1.546
2
1.55
1.5
0
2
1.4
0
1
1.544
2
1.54
Tip: If you wish to truncate a decimal input, thereby ignoring any fraction, no Heater is actually required. To do this you simply define the data type on the WRITE side as INT.