double getSystemPropertyAsDouble (String propertyKey, double defaultValue)double getSystemPropertyAsDouble (String propertyKey, double defaultValue)| Name | Type | Description |
|---|---|---|
propertyKey | String | The property key to set a new value for. |
defaultValue | double | The value to return if the requested value is not present. |
| Type | Description |
|---|---|
double | The requested System property value as an double. |