CspComposite.Neg Method

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

Negates the input.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
Negation of the input.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace