Click or drag to resize

DataFrameItem(Slice, Subset) Property

Gets a new data frame containing the portion of this data frame indicated by the given row slice and column subset.

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

Parameters

rowSlice  Slice
 
colSubset  Subset
 

Property Value

DataFrame
See Also