Returns the difference 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 subtract.

Created with MrDocs