Char.INumberBase<Char>.IsOddInteger(Char) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se um valor representa um número inteiro ímpar.
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
Parâmetros
- value
- Char
O valor a ser verificado.
Devoluções
true se value for um inteiro ímpar; caso contrário, false.