Serde.deserializeFloat

A serialization function which serializes a floating point number. (max 64-bit)

class Serde
protected @nogc abstract
double
deserializeFloat
(
ubyte bytes
)

Parameters

bytes ubyte

The amount of bytes to deserialize.

Return Value

Type: double

The deserialized value

Meta