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

Definizione

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

 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

Parametri

value
UInt128

Valore la cui grandezza viene usata nel risultato.

sign
UInt128

Valore il cui segno viene usato nel risultato.

Restituisce

Valore con grandezza value e segno sign.

Implementazioni

Si applica a