Byte.INumberBase<Byte>.MaxMagnitude(Byte, Byte) メソッド

定義

2 つの値を、より大きいコンピューティングと比較します。

 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は 。

実装

適用対象