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

Definice

Zkopíruje znaménko hodnoty na znaménko jiné hodnoty.

 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

Parametry

value
UIntPtr

unativeint

Hodnota, jejíž velikost je použita ve výsledku.

sign
UIntPtr

unativeint

Hodnota, jejíž znaménko se použije ve výsledku.

Návraty

UIntPtr

unativeint

Hodnota s velikostí value a znaménkem sign.

Implementuje

Platí pro