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

Return Value

Type: Microsoft.SolverFoundation.Solvers.Literal
The bitwise one's complement of lit.

.NET Framework Security

See Also

Reference

Literal Structure

Microsoft.SolverFoundation.Solvers Namespace