MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tnumber_shift_scale_value()

Temporal * tnumber_shift_scale_value ( const Temporal temp,
Datum  shift,
Datum  width,
bool  hasshift,
bool  haswidth 
)

Return a temporal number with the value dimension shifted and/or scaled by two values.

Parameters
[in]tempTemporal value
[in]shiftValue for shifting the temporal value
[in]widthWidth of the result
[in]hasshiftTrue when the shift argument is given
[in]haswidthTrue when the width argument is given @csqlfn Tnumber_shift_value(), Tnumber_scale_value(), Tnumber_shift_scale_value()