ConstraintSystem.Max Method

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

Returns the maximum of the inputs.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The maximum of the inputs.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace