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

Definicja

Określa, czy wartość reprezentuje nieparzystą liczbę całkowitą.

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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

true if value jest nieparzystą liczbą całkowitą; w przeciwnym razie false.

Implementuje

Dotyczy