ConstraintSystem.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
- input
Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
The Boolean inverse of the input.
.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.