class Exif::Tag::Exif::MaxApertureValue

0x9205 - MaxApertureValue

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 995
def to_s
  "F%.01f"%[Math.sqrt(2.0)**(@formatted.to_f)]
end