UIntPtr.INumberBase<UIntPtr>.MinMagnitude(UIntPtr, UIntPtr) Метод

Определение

Сравнивает два значения для вычисления меньшего значения.

 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

Параметры

x
UIntPtr

unativeint

Значение для сравнения с y.

y
UIntPtr

unativeint

Значение для сравнения с x.

Возвращаемое значение

UIntPtr

unativeint

x Значение , если значение меньше ; в yпротивном случае — значение y.

Реализации

Применяется к