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

Definice

Určuje, jestli je hodnota záporná.

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

Parametry

value
Char

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je negativní; v opačném případě . false

Implementuje

Platí pro