Double¶
The value type Double is used to create an edit field for a floating-point value.
Syntax¶
<Parameter>
<Name>DoubleValue</Name>
<Text>Double</Text>
<Value>47.11</Value>
<ValueType>Double</ValueType>
</Parameter>
Example¶
The implementation of the Double value type is described in the example AllControls, which is located in
…\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py