class Exif::Tag::Exif::ShutterSpeedValue

0x9201 - ShutterSpeedValue

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 951
def to_s
  formatExposureTime(1.0/(2.0**(@formatted.to_f)))
end