NEST HelpDesk | Command Index | NEST Quick Reference |
not - logical not operator.Synopsis:
bool not -> boolExamples:
int not -> int
1 2 eq not -> trueDescription:
0 not -> -1
For booleans, not turns true info false and vice versa.SeeAlso: Source:
For integer arguments, not performs a bit-wise not where
1 is replaced by 0 and vice versa.
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative