CspTerm.BitwiseOr Operator
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 bitwise OR operation on two terms.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- term1
- Type: Microsoft.SolverFoundation.Solvers.CspTerm
The first term.
- term2
- Type: Microsoft.SolverFoundation.Solvers.CspTerm
The second term.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTermThe result of the bitwise OR operation on term1 and term2.
- 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.