Int32.MaxMagnitude(Int32, Int32) Metoda

Definice

Porovná dvě hodnoty s výpočtem, který je větší.

public:
 static int MaxMagnitude(int x, int y) = System::Numerics::INumberBase<int>::MaxMagnitude;
public static int MaxMagnitude (int x, int y);
static member MaxMagnitude : int * int -> int
Public Shared Function MaxMagnitude (x As Integer, y As Integer) As Integer

Parametry

x
Int32

Hodnota, která se má porovnat s y.

y
Int32

Hodnota, která se má porovnat s x.

Návraty

xpokud je větší než y; v opačném případě . y

Implementuje

Poznámky

Pro IFloatingPointIeee754<TSelf> tuto metodu odpovídá funkci IEEE 754:2019 maximumMagnitude . To vyžaduje, aby vstupy NaN nebyly šířeny zpět na volajícího a -0.0 aby byly považovány za menší než +0.0.

Platí pro