Assigns an integer value.
Synopsis
Declared in <script/script.h>
CScriptNum&
operator=(int64_t const& rhs);
Return Value
A reference to this value.
Parameters
Name |
Description |
rhs |
Integer to assign. |
Created with MrDocs