class Exif::Tag::Exif::BrightnessValue

0x9203 - BrightnessValue

Public Instance Methods

to_s() click to toggle source
# File lib/exifparser/tag.rb, line 973
def to_s
  "%+.1f"%[@formatted.to_f]
end