ConvertDataTypes.comConvert data types programming in one click !

Convert unsigned char to float in Objective C

    35499 hits
  • unsigned char vIn = 0;
  • float vOut = (float)vIn;