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[
	T element1,
	T2 element2,
	T3 element3
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	element1 As T, _
	element2 As T2, _
	element3 As T3 _
) As Variable
	Get
Visual C++
public:
property Variable^ default[T element1, T2 element2, T3 element3] {
	Variable^ get (T element1, T2 element2, T3 element3);
}

Parameters

element1
Type: T
element2
Type: T2
element3
Type: T3

See Also