bitwiseNot
ts
const bitwiseNot: OperatorFn;Defined in: operations.ts:456
Applies a bitwise NOT to the first argument.
Remarks
Only the first argument is used. Additional arguments are ignored.
All arguments are converted to numbers before evaluation.
Param
Numeric arguments
Returns
Bitwise NOT of the first argument
Since
1.0.0
Author
Simon Kovtyk