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

Definice

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

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

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 menší než y; v opačném případě . y

Implementuje

Platí pro