Byte.INumber<Byte>.MaxNumber(Byte, Byte) メソッド

定義

2 つの値を比較して、より大きい値を計算し、入力が NaN場合はもう一方の値を返します。

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

パラメーター

x
Byte

yと比較する値。

y
Byte

xと比較する値。

返品

x yより大きい場合は、それ以外の場合はy

実装

適用対象