UInt128.INumber<UInt128>.CopySign(UInt128, UInt128) Method

Definition

Copies the sign of a value to the sign of another value.

 static UInt128 System.Numerics.INumber<System.UInt128>.CopySign(UInt128 value, UInt128 sign) = System::Numerics::INumber<UInt128>::CopySign;
static UInt128 INumber<UInt128>.CopySign (UInt128 value, UInt128 sign);
static member System.Numerics.INumber<System.UInt128>.CopySign : UInt128 * UInt128 -> UInt128
 Shared Function CopySign (value As UInt128, sign As UInt128) As UInt128 Implements INumber(Of UInt128).CopySign

Parameters

value
UInt128

The value whose magnitude is used in the result.

sign
UInt128

The value whose sign is used in the result.

Returns

A value with the magnitude of value and the sign of sign.

Implements

Applies to