Method CopySign
CopySign(BigRational, BigRational)
Copies the sign of a value to the sign of another value..
Declaration
public static BigRational CopySign(BigRational value, BigRational sign)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | value | The value whose magnitude is used in the result. |
| BigRational | sign | The value whose sign is used in the result. |
Returns
| Type | Description |
|---|---|
| BigRational | A value with the magnitude of |