ParameterBuilderDefinitionHasValue(Double, String) Method
Finalizes the parameter builder and returns the resulting 0-dimensional parameter
ParD0.
The resulting parameter has the given value.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public ParD0 HasValue(
double value,
string expression = ""
)
- value Double
- Value of the parameter.
- expression String (Optional)
- Value expression.
ParD0