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

Definicja

Określa, czy wartość to NaN.

 static bool System.Numerics.INumberBase<System.Int64>.IsNaN(long value) = System::Numerics::INumberBase<long>::IsNaN;
static bool INumberBase<long>.IsNaN (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNaN : int64 -> bool
 Shared Function IsNaN (value As Long) As Boolean Implements INumberBase(Of Long).IsNaN

Parametry

value
Int64

Wartość do sprawdzenia.

Zwraca

true if value is NaN; w przeciwnym razie false.

Implementuje

Dotyczy