 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame this[
Subset rowSubset,
Slice colSlice
] { get; }
Public ReadOnly Default Property Item (
rowSubset As Subset,
colSlice As Slice
) As DataFrame
Get
public:
property DataFrame^ default[Subset^ rowSubset, Slice^ colSlice] {
DataFrame^ get (Subset^ rowSubset, Slice^ colSlice);
}
member Item : DataFrame with get
Parameters
- rowSubset Subset
-
- colSlice Slice
-
Property Value
DataFrame
See Also