Function deserializeFloat32

  • Deserializes an array representing the bytes of a float32.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the float32.

    • options: ByteifyOptions = ...

      The [[ByteifyOptions]] to use to deserialize the array.

    Returns number

    The deserialized float32.

Generated using TypeDoc