Item Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the Double with the specified i.

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

Syntax

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

Parameters

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

Field Value

See Also