Returns true if the Result is big integer of any kind.
IsBigInteger() as Boolean
Parameters
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.