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

實作

適用於