# File lib/exifr/tiff.rb, line 309
      def to_f
        reduce { |m,v| m * 60 + v}.to_f / 3600
      end