Click or drag to resize

IDataFrameColumnCollectionTDataItem(Int32) Property

Gets the series at the specified index.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.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