Item Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the Variable with the specified index.

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

Syntax

C#
public Variable this[
	params Object[] index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	ParamArray index As Object() _
) As Variable
	Get
Visual C++
public:
property Variable^ default[... array<Object^>^ index] {
	Variable^ get (... array<Object^>^ index);
}

Parameters

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

Field Value

See Also