UInt32.INumberBase<UInt32>.MinMagnitude(UInt32, UInt32) メソッド

定義

2 つの値を比較して、より小さいコンピューティングを行います。

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

パラメーター

x
UInt32

y比較する値。

y
UInt32

x比較する値。

戻り値

x より小さい y場合は 。それ以外の場合 yは 。

実装

適用対象