UIntPtr.INumberBase<UIntPtr>.MaxMagnitude(UIntPtr, UIntPtr) Metoda

Definice

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

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

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