Return a value with the magnitude of x and the sign of y.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
copySign(
ValueType128 x,
ValueType128 y);
a value with the magnitude of x and the sign of y
| Name | Description |
|---|---|
| x | value supplying the magnitude |
| y | value supplying the sign |