double getGlobalVariableAsDouble (String propertyKey, double defaultValue)double getGlobalVariableAsDouble (String propertyKey, double defaultValue)| Name | Type | Description |
|---|---|---|
propertyKey | String | The property key to get the value for. |
defaultValue | double | The value to return if the requested value is not present. |
| Type | Description |
|---|---|
double | The requested global variable's value as a double. |