Implicit Conversion (Double to ConstantExpression)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Performs an implicit conversion from Double to ConstantExpression.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public static implicit operator ConstantExpression (
	double value
)
Visual Basic
Public Shared Widening Operator CType ( _
	value As Double _
) As ConstantExpression
Visual C++
static implicit operator ConstantExpression^ (
	double value
)

Parameters

value
Type: System..::..Double
The value.

Return Value

The result of the conversion.

See Also