# File lib/backports/tools/float_integer_conversion.rb, line 3
    def float_to_integer(float)
      map_via_packing(float, 'D', 'q')
    end