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

定義

値が正常かどうかを判断します。

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

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

true が正常な場合 value は 。それ以外の場合 falseは 。

実装

適用対象