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그렇지 않으면 .

구현

적용 대상