Gets the object in this column at the given position.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double this[
	int position
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	position As Integer _
) As Double
Visual C++
public:
property double default[int position] {
	double get (int position);
	void set (int position, double value);
}

Parameters

position
Type: System..::.Int32

Remarks

Returns a double.

See Also