
desc.GetConfigDoubleProperty.txt Maven / Gradle / Ivy
The newest version!
Retrieves the double property from the selected configuration domain.
Example:
{{classpath:config/domain1.properties}}
| stringProperty=string value
| integerProperty=100
| longProperty=100000
| doubleProperty=10.53
| booleanProperty=false
_usage_
| `Select Config Domain` | domain1 | |
| ${doubleProperty}= | `Get Config Double Property` | doubleProperty |
=>
| ${doubleProperty} = 10.53
See also `Get Config Property`, `Get Config Long Property`, `Get Config Integer Property` and `Get Config Boolean Property`.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy