|  | IndexArrayItem Property | 
            Gets the index at the ith position.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int this[
	int i
] { get; set; }Public Default Property Item ( 
	i As Integer
) As Integer
	Get
	Set
public:
property int default[int i] {
	int get (int i);
	void set (int i, int value);
}member Item : int with get, set
Parameters
- i  Int32
- Index position.
Return Value
Int32Index at the ith position
 See Also
See Also