This topic has not yet been rated - Rate this topic

ConstraintSystem.And Method

Solver Foundation 3.0

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

Performs a Boolean AND operation.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public CspTerm And(
	params CspTerm[] inputs
)

Parameters

inputs
Type: Microsoft.SolverFoundation.Solvers.CspTerm[]
An array of terms.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The result of the AND operation.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.