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

Definice

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

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

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 větší než y, jinak hodnota y.

Implementuje

Platí pro