UInt128.INumberBase<UInt128>.MinMagnitude(UInt128, UInt128) 메서드

정의

두 값을 더 작은 컴퓨팅과 비교합니다.

 static UInt128 System.Numerics.INumberBase<System.UInt128>.MinMagnitude(UInt128 x, UInt128 y) = System::Numerics::INumberBase<UInt128>::MinMagnitude;
static UInt128 INumberBase<UInt128>.MinMagnitude (UInt128 x, UInt128 y);
static member System.Numerics.INumberBase<System.UInt128>.MinMagnitude : UInt128 * UInt128 -> UInt128
 Shared Function MinMagnitude (x As UInt128, y As UInt128) As UInt128 Implements INumberBase(Of UInt128).MinMagnitude

매개 변수

x
UInt128

와 비교할 값입니다 y.

y
UInt128

와 비교할 값입니다 x.

반환

x 보다 y작으면 이고, y그렇지 않으면 입니다.

구현

적용 대상