Int32.INumber<Int32>.MinNumber(Int32, Int32) 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 int System.Numerics.INumber<System.Int32>.MinNumber(int x, int y) = System::Numerics::INumber<int>::MinNumber;
static int INumber<int>.MinNumber (int x, int y);
static member System.Numerics.INumber<System.Int32>.MinNumber : int * int -> int
Shared Function MinNumber (x As Integer, y As Integer) As Integer Implements INumber(Of Integer).MinNumber
Parameters
- x
- Int32
The value to compare with y
.
- y
- Int32
The value to compare with x
.
Returns
x
if it is less than y
; otherwise, y
.
Implements
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.