VariableCollection.BoundGenerator Delegate

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
A delegate which takes an array of objects (making up the index) and returns a bound to be used for a variable

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public delegate double BoundGenerator(
	params Object[] index
)
Visual Basic
Public Delegate Function BoundGenerator ( _
	ParamArray index As Object() _
) As Double
Visual C++
public delegate double BoundGenerator(
	... array<Object^>^ index
)

Parameters

index
Type: array<System..::..Object>[]()[][]
The index.

Return Value

See Also