Click or drag to resize

DataFrameItem(Subset, Slice) Property

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

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

Parameters

rowSubset  Subset
 
colSlice  Slice
 

Property Value

DataFrame
See Also