UIntPtr.INumberBase<UIntPtr>.MaxMagnitude(UIntPtr, UIntPtr) Metod

Definition

Jämför två värden med beräkning som är större.

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

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