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

定義

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

 static bool System.Numerics.INumberBase<System.SByte>.IsSubnormal(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsSubnormal;
static bool INumberBase<sbyte>.IsSubnormal (sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsSubnormal : sbyte -> bool
 Shared Function IsSubnormal (value As SByte) As Boolean Implements INumberBase(Of SByte).IsSubnormal

パラメーター

value
SByte

チェックする値。

戻り値

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

実装

適用対象