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

Definice

Určuje, jestli je hodnota 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

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je NaN, jinak hodnota false.

Implementuje

Platí pro