Compartir a través de


~ Operator ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

The ~ operator is a unary operator that performs a bitwise complement operation on its operand.

Operator Description

The ~ operator is predefined for the Byte and Binary types. It performs a bitwise complement operation on its operand, which has the effect of reversing each bit.