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

定義

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

 static System::UInt16 System.Numerics.INumberBase<System.UInt16>.MinMagnitude(System::UInt16 x, System::UInt16 y) = System::Numerics::INumberBase<System::UInt16>::MinMagnitude;
static ushort INumberBase<ushort>.MinMagnitude (ushort x, ushort y);
static member System.Numerics.INumberBase<System.UInt16>.MinMagnitude : uint16 * uint16 -> uint16
 Shared Function MinMagnitude (x As UShort, y As UShort) As UShort Implements INumberBase(Of UShort).MinMagnitude

パラメーター

x
UInt16

y比較する値。

y
UInt16

x比較する値。

戻り値

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

実装

適用対象