Instance.PropertyAtom.getDouble()
Signature
double getDouble (PropertyAtomDouble propertyAtomDouble, long time)
Domain
action, condition, query
Description
Gets the value of the PropertyAtomDouble passed, at the time stamp specified.
Parameters
Name | Type | Description |
propertyAtomDouble | PropertyAtomDouble | The property atom to get the value for. |
time | long | With history tracking enabled, a property's value can change over time. The function returns the value of the property at the specified time. For example to get the current property value, use System.currentTimeMillis(). |
Returns
Type | Description |
double | the result. |