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

Definition

Compares two values to compute which is greater and returning the other value if an input is 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

Parameters

x
SByte

The value to compare with y.

y
SByte

The value to compare with x.

Returns

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

Implements

Applies to