Gets and sets the objects at the given position.

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

Syntax

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

Parameters

position
Type: System..::.Int32

See Also