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

实现

适用于