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と比較する値。

返品

未満の場合は a0/&。それ以外の場合は。

実装

適用対象