[#base_uint-0d-GetLow64] = xref:base_uint-0d.adoc[base_uint<256>]::GetLow64 :relfileprefix: ../ :mrdocs: Returns the low 64 bits of the value. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t GetLow64() const; ---- == Return Value The least‐significant 64 bits as an unsigned integer. [.small]#Created with https://www.mrdocs.com[MrDocs]#