Temporal.Numeric

Description

Numeric Temporal Functions

Functions

NameSignature and Synopsis
addAllHistoryDoubledouble addAllHistoryDouble(PropertyAtomDouble pad, long t)
This method returns the sum of all the values in the history of a property atom.
addAllHistoryIntint addAllHistoryInt(PropertyAtomInt pai, long t)
This method returns the sum of all the values in the history of a property atom.
addAllHistoryLonglong addAllHistoryLong(PropertyAtomLong pal, long t)
This method returns the sum of all the values in the history of a property atom.
interpolateDoubledouble interpolateDouble(PropertyAtomDouble pad, long no_of_milli_seconds_ago)
This method returns interpolated value over the history a given number of seconds ago.
interpolateIntdouble interpolateInt(PropertyAtomInt pai, long no_of_milli_seconds_ago)
This method returns interpolated value over the history a given number of seconds ago.
interpolateLongdouble interpolateLong(PropertyAtomLong pal, long no_of_milli_seconds_ago)
This method returns interpolated value over the history a given number of seconds ago.