Term Implicit Conversion (Double to Term)

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

Converts a Double to a term.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Double _
) As Term
public static implicit operator Term (
    double value
)
static implicit operator Term^ (
    double value
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Term
The double value converted to a term.

.NET Framework Security

See Also

Reference

Term Class

Implicit Overload

Microsoft.SolverFoundation.Services Namespace