Click or drag to resize

IDataFrameColumnTDataItem Property

Gets the data value at the specified index.

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

Parameters

index  Int32
The index to get the series value at.

Return Value

TData
See Also