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

Definition

Compares two values to compute which is greater and returning the other value if an input is NaN.

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

Parameters

x
UInt16

The value to compare with y.

y
UInt16

The value to compare with x.

Returns

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

Implements

Applies to