CspComposite.Greater Method (array<CspTerm[])
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether each input is greater than the following input.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function Greater ( _
ParamArray inputs As CspTerm() _
) As CspTerm
public CspTerm Greater(
params CspTerm[] inputs
)
public:
CspTerm^ Greater(
... array<CspTerm^>^ inputs
)
member Greater :
inputs:CspTerm[] -> CspTerm
public function Greater(
... inputs : CspTerm[]
) : CspTerm
Parameters
- inputs
Type: array<Microsoft.SolverFoundation.Solvers.CspTerm[]
An array of terms.
Return Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
true if each input is greater than the following input; otherwise, false.
.NET Framework Security
- 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.