Extract float value, throwing if type doesn't match.
Integers coerce to float, as for asFloat.
CBOR value
Float
WrongType if cbor is not numeric; OutOfRange if an integer is not exactly representable as f64
WrongType
OutOfRange
Extract float value, throwing if type doesn't match.
Integers coerce to float, as for asFloat.