I'm trying to convert a slope map I got from using the slope function in ArcGIS Pro from raster to polygon, but I find that it doesn't let me since the resulting raster doesn't have an attribute table, and the supposed pixel values are the actual slope I got (which is a real value) and it only works with integer or string values. I find that using the int function to make them have an approximate value gives a significantly different result than what was originally obtained.
Is there any way to use the slope function or getting a slope map from a DM in general that will allow me to have an attribute table (like how you get a field called rowID in multiple raster datasets and another field with the actual value) such that I can convert it to polygon?