Gets the portion of the row in this data frame indicated by the given row index and
column slice.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Object[] GetSubRow( int rowIndex, Slice colSlice ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSubRow ( _ rowIndex As Integer, _ colSlice As Slice _ ) As Object() |
| Visual C++ |
|---|
public: array<Object^>^ GetSubRow( int rowIndex, Slice^ colSlice ) |
Parameters
- rowIndex
- Type: System..::.Int32
A row index.
- colSlice
- Type: CenterSpace.NMath.Core..::.Slice
A column slice.