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

Definition

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

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

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

x om det är mindre än y, annars , y.

Implementeringar

Gäller för