CspTerm.LogicalNot Operator

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

Performs a logical NOT operation on a term.

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

Syntax

'Declaration
Public Shared Operator Not ( _
    term As CspTerm _
) As CspTerm
public static CspTerm operator !(
    CspTerm term
)
public:
static CspTerm^ operator !(
    CspTerm^ term
)
static let inline (not)
        term:CspTerm  : CspTerm
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The result of performing a logical NOT operation on term.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace