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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา