SByte.INumber<SByte>.MaxNumber(SByte, SByte) Metoda

Definicja

Porównuje dwie wartości do obliczeń, które są większe i zwracają drugą wartość, jeśli dane wejściowe to NaN.

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

Parametry

x
SByte

Wartość, która ma być porównywana z wartością y.

y
SByte

Wartość, która ma być porównywana z wartością x.

Zwraca

xjeśli jest większa niż y; w przeciwnym razie . y

Implementuje

Dotyczy