Open sbinet opened 6 years ago
4
float64
perhaps Value should grow an AsFloat64() or Float64() method that converts an int into a float64?
Value
AsFloat64()
Float64()
42 exposed an interesting edge case: values that look like ints (e.g.
4
) but should really be handle asfloat64
.perhaps
Value
should grow anAsFloat64()
orFloat64()
method that converts an int into afloat64
?