Returns the sum 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 add.

Created with MrDocs