# File lib/snmp/varbind.rb, line 79
    def coerce(other)
      if other.kind_of? Fixnum
        return [other, @value]
      else
        return [other.to_f, self.to_f]
      end
    end