UIntPtr.INumberBase<UIntPtr>.MinMagnitude(UIntPtr, UIntPtr) Yöntem

Tanım

daha küçük olan iki değeri işlemle karşılaştırır.

 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

Parametreler

x
UIntPtr

unativeint

ile ykarşılaştıracak değer.

y
UIntPtr

unativeint

ile xkarşılaştıracak değer.

Döndürülenler

UIntPtr

unativeint

x değerinden yküçükse; değilse, y.

Uygulamalar

Şunlara uygulanır