Python3Script Xojo Plugin |
|
Python3Parameters.DoubleValue Method
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
Python3Parameters Class