Gets a new data frame containing the portion of this data frame indicated by
the given row slice and column slice.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame this[ Slice rowSlice, Slice colSlice ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ rowSlice As Slice, _ colSlice As Slice _ ) As DataFrame |
| Visual C++ |
|---|
public: property DataFrame^ default[Slice^ rowSlice, Slice^ colSlice] { DataFrame^ get (Slice^ rowSlice, Slice^ colSlice); } |
Parameters
- rowSlice
- Type: CenterSpace.NMath.Core..::.Slice
- colSlice
- Type: CenterSpace.NMath.Core..::.Slice