Decimal.INumberBase<Decimal>.IsNaN(Decimal) Method

Definition

Determines if a value is 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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is NaN; otherwise, false.

Implements

Applies to