Returns the bitwise AND of this value and another CScriptNum.

Synopsis

Declared in <script/script.h>

CScriptNum
operator&(CScriptNum const& rhs) const;

Return Value

The resulting value.

Parameters

Name

Description

rhs

Value to AND with.

Created with MrDocs