Temporal.Numeric.addAllHistoryDouble()

Signature

double addAllHistoryDouble(PropertyAtomDouble pad, long t)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method returns the sum of all the values in the history of a property atom.

Parameters

NameTypeDescription
padPropertyAtomDoubleThe property to check for the value of.
ttimefrom which values are added (in milliseconds); 0 uses all values recorded.

Returns

TypeDescription
doublesum of all values in the history.

Cautions

If the values are too large the sum might overflow.