Share Email Facebook Twitter LinkedIn ~ (bitwise NOT) (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original Returns the bitwise NOT (1's complement) of the argument (~ int) Arguments int An integer. Return Values The bitwise NOT (1's complement) of the argument. Examples (~ 3) returns -4 (~ 100) returns -101 (~ -4) returns 3 Related References Operators (AutoLISP)