Click or drag to resize

DataFrameItem(Int32) Property

Gets the column indicated by the given column index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDFColumn this[
	int colIndex
] { get; }

Parameters

colIndex  Int32
 

Property Value

IDFColumn
See Also