CspComposite.Constant Method (Double)

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

Gets a term for the immutable real value k with double precision.

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

Syntax

'Declaration
Public Function Constant ( _
    k As Double _
) As CspTerm
public CspTerm Constant(
    double k
)
public:
CspTerm^ Constant(
    double k
)
member Constant : 
        k:float -> CspTerm 
public function Constant(
    k : double
) : CspTerm

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A term for the immutable real value k with double precision.

.NET Framework Security

See Also

Reference

CspComposite Class

Constant Overload

Microsoft.SolverFoundation.Solvers Namespace