BigInteger.CopySign(BigInteger, BigInteger) Metoda

Definicja

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

public:
 static System::Numerics::BigInteger CopySign(System::Numerics::BigInteger value, System::Numerics::BigInteger sign) = System::Numerics::INumber<System::Numerics::BigInteger>::CopySign;
public static System.Numerics.BigInteger CopySign (System.Numerics.BigInteger value, System.Numerics.BigInteger sign);
static member CopySign : System.Numerics.BigInteger * System.Numerics.BigInteger -> System.Numerics.BigInteger
Public Shared Function CopySign (value As BigInteger, sign As BigInteger) As BigInteger

Parametry

value
BigInteger

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

sign
BigInteger

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

Zwraca

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

Implementuje

Dotyczy