PythonScript Xojo Plugin
PythonEntity.FromDouble Method
Constructs PythonEntity from a Double value.
shared
FromDouble(
value
as
Double)
as
PythonEntity
Parameters
value
The value to construct the PythonEntity from.
Returns
PythonEntity
Remarks
See Also
PythonEntity Class