ConvertDataTypes.comConvert data types programming in one click !

Convert short to int in Objective C

    43114 hits
  • short vIn = 0;
  • int vOut = (int)vIn;