Udostępnij za pośrednictwem


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

Definicja

Kopiuje znak wartości do znaku innej wartości.

 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

Parametry

value
UInt128

Wartość, której wielkość jest używana w wyniku.

sign
UInt128

Wartość, której znak jest używany w wyniku.

Zwraca

Wartość o wielkości value i znaku sign.

Implementuje

Dotyczy