 | DataFrameItem(Slice, Slice) Property |
Gets a new data frame containing the portion of this data frame indicated by
the given row slice and column slice.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame this[
Slice rowSlice,
Slice colSlice
] { get; }
Public ReadOnly Default Property Item (
rowSlice As Slice,
colSlice As Slice
) As DataFrame
Get
public:
property DataFrame^ default[Slice^ rowSlice, Slice^ colSlice] {
DataFrame^ get (Slice^ rowSlice, Slice^ colSlice);
}
member Item : DataFrame with get
Parameters
- rowSlice Slice
-
- colSlice Slice
-
Property Value
DataFrame
See Also