Function serializeFloat32

  • Serializes a float32 into an array of bytes.

    Parameters

    • value: number

      The float32 to serialize.

    • options: ByteifyOptions = ...

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

    Returns number[]

    The float32 serialized in an array of bytes.

Generated using TypeDoc