UInt64.INumberBase<UInt64>.IsNaN(UInt64) Metoda

Definicja

Określa, czy wartość to 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

Parametry

value
UInt64

Wartość do sprawdzenia.

Zwraca

true if value is NaN; w przeciwnym razie false.

Implementuje

Dotyczy