base_uint<256>::GetLow64

Returns the low 64 bits of the value.

Synopsis

Declared in <arith_uint256.h>

uint64_t
GetLow64() const;

Return Value

The least-significant 64 bits as an unsigned integer.