Python3Script Xojo Plugin

Python3Parameters.IsDouble Method (console safe)

Returns true if the parameter at given index is Double

IsDouble(
   index as Integer) as Boolean

Parameters

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

Returns

Boolean
True if the parameter at the given index is Double, else false

Remarks

See Also

Python3Parameters Class