UIntPtr.INumberBase<UIntPtr>.MinMagnitudeNumber Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN.
 static UIntPtr System.Numerics.INumberBase<nuint>.MinMagnitudeNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumberBase<UIntPtr>::MinMagnitudeNumber;static UIntPtr INumberBase<UIntPtr>.MinMagnitudeNumber(UIntPtr x, UIntPtr y);static member System.Numerics.INumberBase<nuint>.MinMagnitudeNumber : unativeint * unativeint -> unativeint Shared Function MinMagnitudeNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumberBase(Of UIntPtr).MinMagnitudeNumberParameters
- x
- 
				
				UIntPtr
unativeint 
The value to compare with y.
- y
- 
				
				UIntPtr
unativeint 
The value to compare with x.
Returns
unativeint
x if it is less than y; otherwise, y.