Function serializeFloat64

  • Serializes a float64 into an array of bytes.

    Parameters

    • value: number

      The float64 to serialize.

    • options: ByteifyOptions = ...

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

    Returns number[]

    The float64 serialized in an array of bytes.

Generated using TypeDoc