UIntPtr.INumber<UIntPtr>.CopySign(UIntPtr, UIntPtr) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Copia o sinal de um valor para o sinal de outro valor.
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
Parâmetros
- value
-
UIntPtr
unativeint
O valor cuja magnitude é usada no resultado.
- sign
-
UIntPtr
unativeint
O valor cujo sinal é usado no resultado.
Devoluções
unativeint
Um valor com a magnitude de value e o sinal de sign.