|
|
◆ numset_shift_scale()
| Set * numset_shift_scale |
( |
const Set * |
s, |
|
|
Datum |
shift, |
|
|
Datum |
width, |
|
|
bool |
hasshift, |
|
|
bool |
haswidth |
|
) |
| |
Return a number set shifted and/or scaled by two values.
- Parameters
-
| [in] | s | Set |
| [in] | shift | Value for shifting the elements |
| [in] | width | Width of the result |
| [in] | hasshift | True when the shift argument is given |
| [in] | haswidth | True when the width argument is given |
|