NEST HelpDesk | Command Index | NEST Quick Reference |
and - logical and operator.Synopsis:
bool1 bool2 and -> boolExamples:
int1 int2 and -> int
true true and -> trueDescription:
10 24 and -> 8
For booleans, and returns true if both arguments are trueSeeAlso: Source:
For integer arguments, and performs a bit-wise and between
the two integers.
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative