CspComposite.Abs Method

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

Computes the absolute value.

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

Syntax

'Declaration
Public Function Abs ( _
    input As CspTerm _
) As CspTerm
public CspTerm Abs(
    CspTerm input
)
public:
CspTerm^ Abs(
    CspTerm^ input
)
member Abs : 
        input:CspTerm -> CspTerm 
public function Abs(
    input : CspTerm
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term without its sign.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace