IntPtr.INumber<IntPtr>.MaxNumber(IntPtr, IntPtr) 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 is greater and returning the other value if an input is NaN
.
static IntPtr System.Numerics.INumber<nint>.MaxNumber(IntPtr x, IntPtr y) = System::Numerics::INumber<IntPtr>::MaxNumber;
static IntPtr INumber<IntPtr>.MaxNumber (IntPtr x, IntPtr y);
static member System.Numerics.INumber<nint>.MaxNumber : nativeint * nativeint -> nativeint
Shared Function MaxNumber (x As IntPtr, y As IntPtr) As IntPtr Implements INumber(Of IntPtr).MaxNumber
Parameters
- x
-
IntPtr
nativeint
The value to compare with y
.
- y
-
IntPtr
nativeint
The value to compare with x
.
Returns
IntPtr
nativeint
x
if it is greater than y
; otherwise, y
.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.