Returns the bitwise AND of this value and an integer.
Declared in <script/script.h>
<script/script.h>
CScriptNum operator&(int64_t const& rhs) const;
The resulting value.