isDigit()

Descrição

Analisa se uma caractere é um digito (isto é, um número). Retorna true (verdadeiro) se thisChar é um número.

Sintaxe

isDigit(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é um número.

Código de Exemplo

if (isDigit(meuChar)) { // testa se meuChar é um digito Serial.println("The character is a number"); } else { Serial.println("The character is not a number"); }

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES