MathProgExtensionsHasValues(ParameterBuilderIndicesDimension4, FunVec4`1Double, String) Method

Finalizes the parameter builder and returns the resulting 4-dimensional parameter ParD4.

The resulting parameter has values defined by the given 4-dimensional functional vector.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static ParD4 HasValues(
	this ParameterBuilderIndices<Dimension4> state,
	FunVec4<double> values,
	string expression = ""
)

Parameters

state  ParameterBuilderIndicesDimension4
State of the builder.
values  FunVec4Double
4-dimensional functional vector of values of the parameter.
expression  String  (Optional)
Values expression.

Return Value

ParD4

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ParameterBuilderIndicesDimension4. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also