Evaluate Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Evaluates the expression using the specified variable values.

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

Syntax

C#
public double Evaluate(
	IDictionary<string, double> variableValues
)
Visual Basic
Public Function Evaluate ( _
	variableValues As IDictionary(Of String, Double) _
) As Double
Visual C++
public:
double Evaluate(
	IDictionary<String^, double>^ variableValues
)

Parameters

variableValues
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Double>)>)>
The variable values.

Return Value

[Missing <returns> documentation for "M:Optimization.Expression.Evaluate(System.Collections.Generic.IDictionary{System.String,System.Double})"]

See Also