UInt64.INumber<UInt64>.CopySign(UInt64, UInt64) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Copia o sinal de um valor para o sinal de outro valor.
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
Parâmetros
- value
- UInt64
O valor cuja magnitude é usada no resultado.
- sign
- UInt64
O valor cujo sinal é usado no resultado.
Retornos
Um valor com magnitude de value e o sinal de sign.