Decimal.INumberBase<Decimal>.IsNaN(Decimal) Yöntem

Tanım

Bir değerin NaN olup olmadığını belirler.

 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

Parametreler

value
Decimal

Denetlenecek değer.

Döndürülenler

true NaN ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır