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

정의

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

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

매개 변수

x
UInt16

와 비교할 값입니다 y.

y
UInt16

와 비교할 값입니다 x.

반환

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

구현

적용 대상