[#uint160-GetUint64] = xref:uint160.adoc[uint160]::GetUint64 :relfileprefix: ../ :mrdocs: Reads a 64‐bit little‐endian word from the blob at a byte offset. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint64_t GetUint64(int pos) const; ---- == Return Value The 64‐bit value read from the blob. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The word index; the read starts at byte offset pos * 8. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#