Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/quandl/operation/core_ext/float.rb

Instance Method Summary collapse

Instance Method Details

#microsecondsObject



3
4
5
# File 'lib/quandl/operation/core_ext/float.rb', line 3

def microseconds
  (self * 1000.0).to_i
end