|
|
◆ span_bounds_shift_scale_value()
| void span_bounds_shift_scale_value |
( |
Datum |
shift, |
|
|
Datum |
width, |
|
|
MeosType |
basetype, |
|
|
bool |
hasshift, |
|
|
bool |
haswidth, |
|
|
Datum * |
lower, |
|
|
Datum * |
upper |
|
) |
| |
Shift and/or scale the span bounds by two values.
- Parameters
-
| [in] | shift | Value for shifting the bounds |
| [in] | width | Width of the result |
| [in] | basetype | Type of the values |
| [in] | hasshift | True when the shift argument is given |
| [in] | haswidth | True when the width argument is given |
| [in,out] | lower,upper | Bounds of the period |
|