ConvertDataTypes.comConvert data types programming in one click !

Convert double to unsigned char in Objective C

    29829 hits
  • double vIn = 0.0;
  • unsigned char vOut = (unsigned char)vIn;