I would like to keep the whole numbers. Reclass would lump the cell values into bins, but I want a count of the total number of cells with each cell value. My values range from 0 to 0.001242302590981126, so the are all quite low and when I convert raster to point, each point has a cell value of 0.
I could multiply the raster by a factor of say, 10000 first, and then try converting the raster to point?