Click or drag to resize

IDataFrameColumnCollectionTDataItem(Int32) Property

Gets the series at the specified index.

Namespace: ema3d.Api.V26.Results
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
IDataFrameColumn<TData> this[
	int index
] { get; }

Parameters

index  Int32
The index of the column to get.

Return Value

IDataFrameColumnTData
See Also