Int64.INumber<Int64>.MaxNumber(Int64, Int64) Method
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 long System.Numerics.INumber<System.Int64>.MaxNumber(long x, long y) = System::Numerics::INumber<long>::MaxNumber;
static long INumber<long>.MaxNumber(long x, long y);
static member System.Numerics.INumber<System.Int64>.MaxNumber : int64 * int64 -> int64
Shared Function MaxNumber (x As Long, y As Long) As Long Implements INumber(Of Long).MaxNumber
- x
- Int64
The value to compare with y
.
- y
- Int64
The value to compare with x
.
x
if it is greater than y
; otherwise, y
.
Proizvod | Verzije |
---|---|
.NET | 7, 8, 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: