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

Определение

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

 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

Параметры

x
UIntPtr

unativeint

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

y
UIntPtr

unativeint

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

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

UIntPtr

unativeint

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

Реализации

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