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

Definizione

Confronta due valori per calcolare che è maggiore.

 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

Parametri

x
Byte

Valore da confrontare con y.

y
Byte

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a