Integer (int
)
All integer numbers. See Numbers for more information.
Returned by
Integer objects are returned by the following functions and methods:
get_option()
bool.to_int()
cfg_data.get()
cfg_data.get_unquoted()
compiler.alignment()
compiler.compute_int()
compiler.sizeof()
list.length()
runresult.returncode()
str.to_int()
Integer methods
int.is_even()
Returns true if the number is even.
Signature
bool is_even()
int.is_odd()
Returns true if the number is odd
Signature
bool is_odd()
int.to_string()
Returns the value of the number as a string.
Signature
str to_string()
The results of the search are