Anyone know how to set up if then logic in ModelBuilder to return a true or false value based upon whether a raster dataset is integer or float? My model converts integer raster to floats, but sometimes my rasters already are floats so I'm trying to save some time by removing the redundancy via an if-then tool. I checked the if data type logic and it doesn't contain float and double won't work.