FromBits
public fn FromBits<T>(uint64 bits) : T where T is numericimport 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.
This declaration has no public members of its own.