MathProgExtensionsHasValues(ParameterBuilderIndicesDimension3, FunVec3`1Double, String) Method

Finalizes the parameter builder and returns the resulting 3-dimensional parameter ParD3.

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

Definition

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

Parameters

state  ParameterBuilderIndicesDimension3
State of the builder.
values  FunVec3Double
3-dimensional functional vector of values of the parameter.
expression  String  (Optional)
Values expression.

Return Value

ParD3

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ParameterBuilderIndicesDimension3. 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