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

Definition

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

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

Parameters

x
IntPtr

nativeint

The value to compare with y.

y
IntPtr

nativeint

The value to compare with x.

Returns

IntPtr

nativeint

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

Implements

Applies to