UInt16.INumberBase<UInt16>.IsSubnormal(UInt16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値が非正規かどうかを判断します。
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。