NEST HelpDesk | Command Index | NEST Quick Reference |
xor - logical xor operator.Synopsis:
bool1 bool2 xor -> boolExamples:
true false xor -> trueDescription:
true true xor -> false
false false xor -> false
For booleans, xor returns true, if either,SeeAlso: Source:
but not both of the arguments are true and false
otherwise.
/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