[#CScriptNum-operator_bitand-0f] = xref:CScriptNum.adoc[CScriptNum]::operator& :relfileprefix: ../ :mrdocs: Returns the bitwise AND of this value and an integer. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CScriptNum.adoc[CScriptNum] operator&(int64_t const& rhs) const; ---- == Return Value The resulting value. == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | Integer mask. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#