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

Definition

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

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

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 less than y; otherwise, y.

Implements

Applies to