UIntPtr.INumber<UIntPtr>.CopySign(UIntPtr, UIntPtr) Metodo

Definizione

Copia il segno di un valore nel segno di un altro valore.

 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

Parametri

value
UIntPtr

unativeint

Valore di cui viene utilizzata la grandezza nel risultato.

sign
UIntPtr

unativeint

Valore il cui segno viene utilizzato nel risultato.

Restituisce

UIntPtr

unativeint

Valore con grandezza value e segno sign.

Implementazioni

Si applica a