Not# swordfish.function.Not()# Return NOT of each element of X. Returned values are 0, 1, or null. NOT of 0 is 1; NOT of null is still null; NOT of all other values is 0. Parameters: X (Constant) – Ascalar/pair/vector/matrix.