UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber Method

Definition

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

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

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