@blockchaincommons/dcbor - v1.0.0-beta.3
    Preparing search index...
    • Extract float value, throwing if type doesn't match.

      Integers coerce to float, as for asFloat.

      Parameters

      • cbor: Cbor

        CBOR value

      Returns number

      Float

      WrongType if cbor is not numeric; OutOfRange if an integer is not exactly representable as f64