IntPtr.INumberBase<IntPtr>.IsNaN(IntPtr) 方法

定义

确定值是否为 NaN。

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

参数

value
IntPtr

nativeint

要检查的值。

返回

true 如果 value 为 NaN,则为 ;否则为 false

实现

适用于