Click or drag to resize

DataFrameItem(Int32, Slice) Property

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

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

Parameters

colIndex  Int32
 
rowSlice  Slice
 

Property Value

IDFColumn
See Also