ConstraintSystem.Min Method

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

Returns the minimum of the inputs.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace