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

定義

判斷值是否為 NaN。

 static bool System.Numerics.INumberBase<System.Int64>.IsNaN(long value) = System::Numerics::INumberBase<long>::IsNaN;
static bool INumberBase<long>.IsNaN (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNaN : int64 -> bool
 Shared Function IsNaN (value As Long) As Boolean Implements INumberBase(Of Long).IsNaN

參數

value
Int64

要檢查的值。

傳回

true 如果 value 是 NaN,則為 ,否則為 false

實作

適用於