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

Definition

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

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

Parameters

x
Int32

The value to compare with y.

y
Int32

The value to compare with x.

Returns

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

Implements

Applies to