Returns the bitwise AND of this value and an integer.
Synopsis
Declared in <script/script.h>
CScriptNum
operator&(int64_t const& rhs) const;
Return Value
The resulting value.
Parameters
Name |
Description |
rhs |
Integer mask. |
Created with MrDocs