← Standard library

FromBits

public fn FromBits<T>(uint64 bits) : T where T is numeric
import FromBits from Wax::BitConverter;

Constructs a numeric value from a 64-bit bit container. Float uses the low 32 bits, double uses all 64 bits, and integral targets use an integer conversion.

BitConverter.wax:37

This declaration has no public members of its own.