Share via


UIntPtr.INumber<UIntPtr>.MinNumber(UIntPtr, UIntPtr) Metoda

Definice

Porovná dvě hodnoty pro výpočet, který je menší a vrátí druhou hodnotu, pokud je NaNvstup .

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

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

x pokud je menší než y, jinak hodnota y.

Implementuje

Platí pro