Int16.INumberBase<Int16>.MaxMagnitudeNumber(Int16, Int16) 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 has the greater magnitude and returning the other value if an input is NaN
.
static short System.Numerics.INumberBase<System.Int16>.MaxMagnitudeNumber(short x, short y) = System::Numerics::INumberBase<short>::MaxMagnitudeNumber;
static short INumberBase<short>.MaxMagnitudeNumber (short x, short y);
static member System.Numerics.INumberBase<System.Int16>.MaxMagnitudeNumber : int16 * int16 -> int16
Shared Function MaxMagnitudeNumber (x As Short, y As Short) As Short Implements INumberBase(Of Short).MaxMagnitudeNumber
Parameters
- x
- Int16
The value to compare with y
.
- y
- Int16
The value to compare with x
.
Returns
x
if it is greater than y
; otherwise, y
.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.