not
(~) logical not
Syntax
~A
Description
~A
gives the element-wise negation of the
elements of the boolean matrix A
.
Examples
~[%t %t %f]
See also
History
Version | Description |
6.0 | ~ priority is now higher than the comparisons one
(== ~= < <= >= > ). |
Report an issue | ||
<< minus | Scilab keywords | parentheses >> |