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

◆ tnumberseqset_shift_scale_value()

TSequenceSet * tnumberseqset_shift_scale_value ( const TSequenceSet ss,
Datum  shift,
Datum  width,
bool  hasshift,
bool  haswidth 
)

Return a temporal sequence set where the value dimension is shifted and/or scaled by two values.

Parameters
[in]ssTemporal sequence set
[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
Precondition
The duration is greater than 0 if it is not NULL @csqlfn Tnumber_shift_value(), Tnumber_scale_value(), Tnumber_shift_scale_value()