UIntPtr.INumberBase<UIntPtr>.MaxMagnitudeNumber 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 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).MaxMagnitudeNumberParameters
- x
- 
				
				UIntPtr
unativeint 
The value to compare with y.
- y
- 
				
				UIntPtr
unativeint 
The value to compare with x.
Returns
unativeint
x if it is greater than y; otherwise, y.