UInt32.INumberBase<UInt32>.MaxMagnitudeNumber(UInt32, UInt32) 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.
Compara dois valores com a computação que tem a magnitude maior e retorna o outro valor se uma entrada for NaN
.
static System::UInt32 System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber(System::UInt32 x, System::UInt32 y) = System::Numerics::INumberBase<System::UInt32>::MaxMagnitudeNumber;
static uint INumberBase<uint>.MaxMagnitudeNumber (uint x, uint y);
static member System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber : uint32 * uint32 -> uint32
Shared Function MaxMagnitudeNumber (x As UInteger, y As UInteger) As UInteger Implements INumberBase(Of UInteger).MaxMagnitudeNumber
Parâmetros
- x
- UInt32
O valor a ser comparado com y
.
- y
- UInt32
O valor a ser comparado com x
.
Retornos
x
se for maior que y
; caso contrário, y
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.