Byte.INumberBase<Byte>.MaxMagnitude(Byte, Byte) Metoda

Definice

Porovná dvě hodnoty pro výpočet, který je větší.

 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

Parametry

x
Byte

Hodnota, která se má porovnat s y.

y
Byte

Hodnota, která se má porovnat s x.

Návraty

x pokud je větší než y, jinak hodnota y.

Implementuje

Platí pro