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

Definicja

Określa, czy wartość to NaN.

 static bool System.Numerics.INumberBase<System.Char>.IsNaN(char value) = System::Numerics::INumberBase<char>::IsNaN;
static bool INumberBase<char>.IsNaN (char value);
static member System.Numerics.INumberBase<System.Char>.IsNaN : char -> bool
 Shared Function IsNaN (value As Char) As Boolean Implements INumberBase(Of Char).IsNaN

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

true if value is NaN; w przeciwnym razie false.

Implementuje

Dotyczy