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).MinMagnitudeNumber
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.