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 bool this[
	int position
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	position As Integer _
) As Boolean
Visual C++
public:
property bool default[int position] {
	bool get (int position);
	void set (int position, bool value);
}

Parameters

position
Type: System..::.Int32

Remarks

Returns a bool.

See Also