bool strp()
Returns True because integer values can be converted to strings.
int typeCode()
Returns Qore::NT_INT.
Methods in this pseudo-class are available to be executed on any value type (even NOTHING); this is t...
Definition: Pseudo_QC_All.dox.h:5
Methods in this pseudo-class can be executed on integer values.
Definition: Pseudo_QC_Int.dox.h:5
string toUnicode()
Returns a single character string in UTF-8 encoding for the integer value treated as a unicode value...
binary binary()
Always returns an empty binary object (of zero length)
binary encodeLsb(int size=4)
returns a binary object with the integer encoded in the given number of bytes in least significant by...
string format(string fmt)
Returns a string of a formatted number according to a format string.
int sign()
Returns -1 if the number is negative, 0 if it is zero, or 1 if it is positive.
binary encodeMsb(int size=4)
returns a binary object with the integer encoded in the given number of bytes in most significant byt...
bool val()
Returns True if the int is non-zero, False if zero.
bool intp()
Returns True by default.
int abs()
Returns the absolute value of the number.
int size()
Returns zero; this method will be reimplemented in container types where it may return a non-zero val...