PythonScript Xojo Plugin

PythonParameters.DoubleValue Method (console safe)

Sets or gets Double value at given index in the Parameter block.

DoubleValue(
   index as Integer) as Double

DoubleValue(
   index as Integer
   assigns value as Double)

Parameters

index
Index of the parameter (zero based where first parameter is number zero)
value (assignment parameter)
The value to set

Returns

Double

Remarks

See Also

PythonParameters Class