Temporal.Numeric.avgOfLast()

Signature

Object avgOfLast(PropertyAtom pa, int last_n_times)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method calculates the average of the value of the last n history entries.

Parameters

NameTypeDescription
paPropertyAtomThe target property for calculation.
last_n_timesintThe number of last history entries to calculate.

Returns

TypeDescription
ObjectThe average of the value of the last n history entries. The return object type is always Double if any.

Cautions

none