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

Definition

Jämför två värden med beräkning som är större och returnerar det andra värdet om en indata är NaN.

 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

Parametrar

x
UIntPtr

unativeint

Värdet som ska jämföras med y.

y
UIntPtr

unativeint

Värdet som ska jämföras med x.

Returer

UIntPtr

unativeint

xom den är större än y; annars . y

Implementeringar

Gäller för