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

◆ floatspan_shift_scale()

Span * floatspan_shift_scale ( const Span s,
double  shift,
double  width,
bool  hasshift,
bool  haswidth 
)

Return a float span shifted and/or scaled by the values.

Parameters
[in]sSpan
[in]shiftValue for shifting the bounds
[in]widthWidth of the result
[in]hasshiftTrue when the shift argument is given
[in]haswidthTrue when the width argument is given @csqlfn Numspan_shift(), Numspan_scale(), Numspan_shift_scale()