CScriptNum::getint

Returns the value clamped to the range of int.

Synopsis

Declared in <script/script.h>

int
getint() const;

Return Value

The value, saturated to int's minimum or maximum on overflow.