Click or drag to resize

DataFrameItem(Subset, Subset) Property

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

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

Parameters

rowSubset  Subset
 
colSubset  Subset
 

Property Value

DataFrame
See Also