ParameterBuilderKeyHasValue(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.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public ParD0 HasValue(
Func<double> getValue,
string expression = ""
)
- getValue FuncDouble
- Function to get the value of the parameter.
- expression String (Optional)
- Value expression.
ParD0