Thanks
Thanks
I think it depends on "interpretation" type of the raster. If the interpretation was an Int type, cell values cannot contain decimal fraction. The RasterCellValueReplacer would round the specified value.
You can check interpretation type using the RasterPropertiesExtractor. And in some cases, the RasterInterpretationCoercer can be used to change the interpretation type.
Takashi