Function getDouble from xml
Brief description
getDouble(pool:XMLDataPool,key:String):double
Returns a double value associated with the given address More ...
Function information
| Name: | getDouble |
| Base: | XMLDataPool |
| Group: | XML plugins:XML data pool |
| Icon: | system.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Returns a double value associated with the given address. See the operator[] documentation for more details on keys.
Input parameters
-
pool:
XMLDataPool
- Instance of an XML pool.
-
key:
String
- Key address of the content.
Return values
-
Default return value:
double
- Double value.
