UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber Metoda

Definice

Porovná dvě hodnoty s výpočtem, který má větší velikost, a vrátí druhou hodnotu, pokud je NaNvstup .

 static UIntPtr System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumberBase<UIntPtr>::MaxMagnitudeNumber;
static UIntPtr INumberBase<UIntPtr>.MaxMagnitudeNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumberBase<nuint>.MaxMagnitudeNumber : unativeint * unativeint -> unativeint
 Shared Function MaxMagnitudeNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumberBase(Of UIntPtr).MaxMagnitudeNumber

Parametry

x
UIntPtr

unativeint

Hodnota, která se má porovnat s y.

y
UIntPtr

unativeint

Hodnota, která se má porovnat s x.

Návraty

UIntPtr

unativeint

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

Implementuje

Platí pro