Temporal.Numeric.interpolateLong()

Signature

double interpolateLong(PropertyAtomLong pal, long no_of_milli_seconds_ago)

Domain

condition, action, query

Description

This method returns interpolated value over the history a given number of msec ago

Parameters

NameTypeDescription
palPropertyAtomLongThe property to check for the value of.
no_of_milli_seconds_agolongTime at which the interpolated value is required.

Returns

TypeDescription
doublereturns the calculated value.

Cautions

If value did not exist through entire interval an exception is thrown.