[#base_uint-02-size] = xref:base_uint-02.adoc[base_uint]::size :relfileprefix: ../ :mrdocs: Returns the size in bytes of the internal representation. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int size() const; ---- == Return Value The number of bytes occupied by the digit array. [.small]#Created with https://www.mrdocs.com[MrDocs]#