UInt16.Min(UInt16, UInt16) Método

Definición

Compara dos valores con el proceso, que es menor.

public:
 static System::UInt16 Min(System::UInt16 x, System::UInt16 y) = System::Numerics::INumber<System::UInt16>::Min;
public static ushort Min (ushort x, ushort y);
static member Min : uint16 * uint16 -> uint16
Public Shared Function Min (x As UShort, y As UShort) As UShort

Parámetros

x
UInt16

Valor que se va a comparar con y.

y
UInt16

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 que -0.0 se traten como inferiores +0.0a .

Se aplica a