Class: FFI::Libav::AVRational

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi/libav.rb

Instance Method Summary collapse

Instance Method Details

#to_fObject



285
286
287
# File 'lib/ffi/libav.rb', line 285

def to_f
  self[:num].to_f / self[:den]
end