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

Definition

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

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

Parameters

x
UIntPtr

unativeint

The value to compare with y.

y
UIntPtr

unativeint

The value to compare with x.

Returns

UIntPtr

unativeint

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

Implements

Applies to