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

実装

適用対象