PythonScript Xojo Plugin

PythonParameters.IsBigInteger Method (console safe)

Returns true if the Result is big integer of any kind.

IsBigInteger(
   index as Integer) as Boolean

Parameters

index
Index of the parameter (zero based where first parameter is number zero)

Returns

Boolean

Remarks

Big integer can be long, or long long or unsigned long long for example, Python stores them all in the same object. Making them all map to Int64 and UInt64 in this plugin.

See Also

PythonParameters Class