Literal.OnesComplement Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the bitwise one's complement of a literal.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Operator ~ ( _
lit As Literal _
) As Literal
public static Literal operator ~(
Literal lit
)
public:
static Literal operator ~(
Literal lit
)
F# does not support this operator.
JScript does not support overloaded operators.
Parameters
- lit
Type: Microsoft.SolverFoundation.Solvers.Literal
The literal.
Return Value
Type: Microsoft.SolverFoundation.Solvers.Literal
The bitwise one's complement of lit.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.