UInt16.Max(UInt16, UInt16) Método

Definición

Compara dos valores con el proceso, que es mayor.

public:
 static System::UInt16 Max(System::UInt16 x, System::UInt16 y) = System::Numerics::INumber<System::UInt16>::Max;
public static ushort Max (ushort x, ushort y);
static member Max : uint16 * uint16 -> uint16
Public Shared Function Max (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 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