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

實作

適用於