There is data from the temperature sensor (arduino + ds18b20 + dallas temp library ),
float temp = 26.23; It is necessary to write into the variable only the integer part , that is, 26 , I can output: Serial.println (temp,0); but I cannot write to a variable.
(int)temp- ishidex2