UIntPtr.INumber<UIntPtr>.MaxNumber(UIntPtr, UIntPtr) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
比较两个值以计算较大值,如果输入为 , 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。