class Exif::Tag::Exif::ApertureValue

0x9202 - ApertureValue

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 962
def to_s
  formatFNumber(Math.sqrt(2.0)**(@formatted.to_f))
end