UInt128.Max(UInt128, UInt128) Metodo

Definizione

Confronta due valori con il calcolo maggiore.

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

Parametri

x
UInt128

Valore da confrontare con y.

y
UInt128

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Commenti

Per IFloatingPoint<TSelf> questo metodo corrisponde alla funzione IEEE 754:2019 maximum . Ciò richiede che gli input NaN vengano propagati di nuovo al chiamante e per -0.0 essere considerati come minori di +0.0.

Si applica a