UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
unativeint
xpokud je větší než y; v opačném případě . y