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

정의

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

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

매개 변수

x
Byte

와 비교할 값입니다 y.

y
Byte

와 비교할 값입니다 x.

반환

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

구현

적용 대상