Int16.INumberBase<Int16>.IsSubnormal(Int16) メソッド

定義

値が非正規であるかどうかを判断します。

 static bool System.Numerics.INumberBase<System.Int16>.IsSubnormal(short value) = System::Numerics::INumberBase<short>::IsSubnormal;
static bool INumberBase<short>.IsSubnormal (short value);
static member System.Numerics.INumberBase<System.Int16>.IsSubnormal : int16 -> bool
 Shared Function IsSubnormal (value As Short) As Boolean Implements INumberBase(Of Short).IsSubnormal

パラメーター

value
Int16

チェックする値。

戻り値

true が非正規の場合 value は 。それ以外の場合 falseは 。

実装

適用対象