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

Definizione

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

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

Parametri

value
UInt64

Valore la cui grandezza viene usata nel risultato.

sign
UInt64

Valore il cui segno viene usato nel risultato.

Restituisce

Valore con grandezza value e segno sign.

Implementazioni

Si applica a