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

定義

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

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

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

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

実装

適用対象