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

Definición

Determina si un valor es NaN.

 static bool System.Numerics.INumberBase<System.UInt64>.IsNaN(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsNaN;
static bool INumberBase<ulong>.IsNaN (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsNaN : uint64 -> bool
 Shared Function IsNaN (value As ULong) As Boolean Implements INumberBase(Of ULong).IsNaN

Parámetros

value
UInt64

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a