ConvertDataTypes.comConvert data types programming in one click !

Convert long to float in Python

    8990 hits
  • vIn = -9223372036854775808L
  • vOut = float(vIn)