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

Definition

Compares two values to compute which is greater.

 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

Parameters

x
Byte

The value to compare with y.

y
Byte

The value to compare with x.

Returns

x if it is greater than y; otherwise, y.

Implements

Applies to