UInt32.INumberBase<UInt32>.MaxMagnitudeNumber(UInt32, UInt32) Metodo

Definizione

Confronta due valori per calcolare che ha la grandezza maggiore e restituisce l'altro valore se un input è NaN.

 static System::UInt32 System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber(System::UInt32 x, System::UInt32 y) = System::Numerics::INumberBase<System::UInt32>::MaxMagnitudeNumber;
static uint INumberBase<uint>.MaxMagnitudeNumber (uint x, uint y);
static member System.Numerics.INumberBase<System.UInt32>.MaxMagnitudeNumber : uint32 * uint32 -> uint32
 Shared Function MaxMagnitudeNumber (x As UInteger, y As UInteger) As UInteger Implements INumberBase(Of UInteger).MaxMagnitudeNumber

Parametri

x
UInt32

Valore da confrontare con y.

y
UInt32

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a