Gets the value at the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public 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
- Type: SystemInt32
The zero-based index of the column.
Property Value
Type:
Object
Numerical Libraries
Supported in: 6.0
Reference