UInt64.INumberBase<UInt64>.MaxMagnitudeNumber(UInt64, UInt64) Yöntem

Tanım

İki değeri, daha büyük bir büyüklüğe sahip olan ve giriş ise NaNdiğer değeri döndüren işlemle karşılaştırır.

 static System::UInt64 System.Numerics.INumberBase<System.UInt64>.MaxMagnitudeNumber(System::UInt64 x, System::UInt64 y) = System::Numerics::INumberBase<System::UInt64>::MaxMagnitudeNumber;
static ulong INumberBase<ulong>.MaxMagnitudeNumber (ulong x, ulong y);
static member System.Numerics.INumberBase<System.UInt64>.MaxMagnitudeNumber : uint64 * uint64 -> uint64
 Shared Function MaxMagnitudeNumber (x As ULong, y As ULong) As ULong Implements INumberBase(Of ULong).MaxMagnitudeNumber

Parametreler

x
UInt64

ile ykarşılaştıracak değer.

y
UInt64

ile xkarşılaştıracak değer.

Döndürülenler

x değerinden ybüyükse; değilse, y.

Uygulamalar

Şunlara uygulanır