UInt32.Max(UInt32, UInt32) Método

Definición

Compara dos valores con el proceso, que es mayor.

public:
 static System::UInt32 Max(System::UInt32 x, System::UInt32 y) = System::Numerics::INumber<System::UInt32>::Max;
public static uint Max (uint x, uint y);
static member Max : uint32 * uint32 -> uint32
Public Shared Function Max (x As UInteger, y As UInteger) As UInteger

Parámetros

x
UInt32

Valor que se va a comparar con y.

y
UInt32

Valor que se va a comparar con x.

Devoluciones

x es si es mayor que y; de lo contrario, yes .

Implementaciones

Comentarios

Para IFloatingPoint<TSelf> este método coincide con la función IEEE 754:2019 maximum . Esto requiere que las entradas NaN se propaguen al autor de la llamada y -0.0 que se traten como inferiores +0.0a .

Se aplica a