UInt128.INumber<UInt128>.CopySign(UInt128, UInt128) Método

Definição

Copia o sinal de um valor para o sinal de outro valor.

 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

Parâmetros

value
UInt128

O valor cuja magnitude é usada no resultado.

sign
UInt128

O valor cujo sinal é usado no resultado.

Retornos

Um valor com magnitude de value e o sinal de sign.

Implementações

Aplica-se a