ParameterBuilderDefinitionHasValue(FuncDouble, String) Method

Finalizes the parameter builder and returns the resulting 0-dimensional parameter ParD0.

Value of the resulting parameter will be obtained by the given function.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public ParD0 HasValue(
	Func<double> getValue,
	string expression = ""
)

Parameters

getValue  FuncDouble
Function to get the value of the parameter.
expression  String  (Optional)
Value expression.

Return Value

ParD0

See Also