UIntPtr.INumber<UIntPtr>.MaxNumber(UIntPtr, UIntPtr) 方法

定义

比较两个值以计算较大值,如果输入为 , NaN则返回另一个值。

 static UIntPtr System.Numerics.INumber<nuint>.MaxNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumber<UIntPtr>::MaxNumber;
static UIntPtr INumber<UIntPtr>.MaxNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumber<nuint>.MaxNumber : unativeint * unativeint -> unativeint
 Shared Function MaxNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumber(Of UIntPtr).MaxNumber

参数

x
UIntPtr

unativeint

要与 y进行比较的值。

y
UIntPtr

unativeint

要与 x进行比较的值。

返回

UIntPtr

unativeint

x 如果大于 y,则为 ;否则为 y

实现

适用于