Diferencia entre revisiones de «not»
De ArduWiki
(→Advertencias) |
(→Vea también) |
||
Línea 28: | Línea 28: | ||
* [[and]] | * [[and]] | ||
* [[or]] | * [[or]] | ||
+ | * [[not bit a bit]] | ||
+ | * [[and bit a bit]] | ||
+ | * [[or bit a bit]] | ||
== Referencias == | == Referencias == |
Revisión del 22:28 25 jun 2018
Contenido
Descripción
a | !a |
---|---|
0 | 1 |
1 | 0 |
Sintaxis
variable2 = !variable2
Retorno
Retorna la variable negada.
Advertencias
Advertencias
- No confundir el operador boleano not !, con el operador not bit a bit.