Decimal.INumberBase<Decimal>.IsNaN(Decimal) Método

Definición

Determina si un valor es 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

Parámetros

value
Decimal

Valor que se va a comprobar.

Devoluciones

true es si value es NaN; en caso contrario, falsees .

Implementaciones

Se aplica a