Temporal.Numeric.avgSince()

Signature

Object avgSince(PropertyAtom pa, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method calculates the average history value since the specified time.

Parameters

NameTypeDescription
paPropertyAtomThe target property for calculation.
timelongThe specified time in millisecond.

Returns

TypeDescription
ObjectThe average of the value since the specified time. The return object type is always Double if any.

Cautions

none