UInt32.Min(UInt32, UInt32) Método

Definición

Compara dos valores con el proceso, que es menor.

public:
 static System::UInt32 Min(System::UInt32 x, System::UInt32 y) = System::Numerics::INumber<System::UInt32>::Min;
public static uint Min (uint x, uint y);
static member Min : uint32 * uint32 -> uint32
Public Shared Function Min (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 menor que y; de lo contrario, yes .

Implementaciones

Comentarios

Para IFloatingPoint<TSelf> este método coincide con la función IEEE 754:2019 minimum . 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