UIntPtr.INumber<UIntPtr>.MinNumber(UIntPtr, UIntPtr) 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 lesser and returning the other value if an input is NaN
.
static UIntPtr System.Numerics.INumber<nuint>.MinNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumber<UIntPtr>::MinNumber;
static UIntPtr INumber<UIntPtr>.MinNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumber<nuint>.MinNumber : unativeint * unativeint -> unativeint
Shared Function MinNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumber(Of UIntPtr).MinNumber
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.