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

Definición

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

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

Parámetros

value
UIntPtr

unativeint

Valor cuya magnitud se usa en el resultado.

sign
UIntPtr

unativeint

Valor cuyo signo se usa en el resultado.

Devoluciones

UIntPtr

unativeint

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

Implementaciones

Se aplica a