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.

Реализации

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