Click or drag to resize

DataFrameItem(Int32, Subset) Property

Gets the subcolumn indicated by the given column index and row subset.

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

Parameters

colIndex  Int32
 
rowSubset  Subset
 

Property Value

IDFColumn
See Also