class Exif::Tag::Exif::ExposureBiasValue
0x9204 - ExposureBiasValue
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 984 def to_s "%+.1f"%[@formatted.to_f] end
0x9204 - ExposureBiasValue
# File lib/exifparser/tag.rb, line 984 def to_s "%+.1f"%[@formatted.to_f] end