ConstraintSystem.Or Method

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

Performs the Boolean OR of the inputs.

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

Syntax

'Declaration
Public Function Or ( _
    ParamArray inputs As CspTerm() _
) As CspTerm
public CspTerm Or(
    params CspTerm[] inputs
)
public:
CspTerm^ Or(
    ... array<CspTerm^>^ inputs
)
member Or : 
        inputs:CspTerm[] -> CspTerm 
public function Or(
    ... inputs : CspTerm[]
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The Boolean OR of the inputs.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace