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

定義

判斷值是否為 NaN。

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

參數

value
Decimal

要檢查的值。

傳回

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

實作

適用於