CspComposite.Not Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Performs the Boolean inverse of the input.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function Not ( _
    input As CspTerm _
) As CspTerm
public CspTerm Not(
    CspTerm input
)
public:
CspTerm^ Not(
    CspTerm^ input
)
member Not : 
        input:CspTerm -> CspTerm 
public function Not(
    input : CspTerm
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The Boolean inverse of the input.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace