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

정의

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

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

매개 변수

x
Byte

와 비교할 값입니다 y.

y
Byte

와 비교할 값입니다 x.

반환

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

구현

적용 대상