Int16.INumber<Int16>.MaxNumber(Int16, Int16) 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 short System.Numerics.INumber<System.Int16>.MaxNumber(short x, short y) = System::Numerics::INumber<short>::MaxNumber;
static short INumber<short>.MaxNumber(short x, short y);
static member System.Numerics.INumber<System.Int16>.MaxNumber : int16 * int16 -> int16
Shared Function MaxNumber (x As Short, y As Short) As Short Implements INumber(Of Short).MaxNumber
- x
- Int16
The value to compare with y
.
- y
- Int16
The value to compare with x
.
x
if it is greater than y
; otherwise, y
.
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: