UInt64.INumberBase<UInt64>.MinMagnitudeNumber(UInt64, UInt64) 方法

定义

将两个值进行比较,以计算其数量级较小并返回另一个值(如果输入为 NaN)。

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

参数

x
UInt64

要与 y进行比较的值。

y
UInt64

要与 x进行比较的值。

返回

x 如果小于 y,则为 ;否则为 y

实现

适用于