NumberNumber.BitwiseNotOn this pageNumber.BitwiseNot Returns a byte where each bit is the opposite of the input. Syntax Number.BitwiseNot( number as any) as any Remarks Returns the result of performing a bitwise "Not" operation on number. Category Number.Bytes