Share via


UInt128.INumber<UInt128>.CopySign(UInt128, UInt128) Método

Definición

Copia el signo de un valor en el signo de otro valor.

 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

Parámetros

value
UInt128

Valor cuya magnitud se usa en el resultado.

sign
UInt128

Valor cuyo signo se usa en el resultado.

Devoluciones

Valor con la magnitud de value y el signo de sign.

Implementaciones

Se aplica a