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

定義

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsSubnormal(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsSubnormal;
static bool INumberBase<ushort>.IsSubnormal (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsSubnormal : uint16 -> bool
 Shared Function IsSubnormal (value As UShort) As Boolean Implements INumberBase(Of UShort).IsSubnormal

パラメーター

value
UInt16

チェックする値。

戻り値

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

実装

適用対象