# File lib/couchrest/mixins/properties.rb, line 94
        def cast_float(value)
          begin 
            Float(value)
          rescue 
            value
          end
        end