PythonScript Xojo Plugin

PythonResult.IsInteger Method (console safe)

Returns true if the Result is Integer

IsInteger() as Boolean

Parameters

Returns

Boolean

Remarks

Note that Python can and will store some intergers in long long which we map to Big Integer in this plugin.

See Also

PythonResult Class