|  | FactorItem Property | 
            Gets the element at the given index.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Object this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As Object
	Get
public:
property Object^ default[int index] {
	Object^ get (int index);
}member Item : Object with get
Parameters
- index  Int32
-  
Return Value
ObjectReturns 
this.Levels[ this.Data[index] ].
 See Also
See Also