 | DataFrameGetSubRow(Int32, Subset) Method |
Gets the portion of the row in this data frame indicated by the given row index and
column subset.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Object[] GetSubRow(
int rowIndex,
Subset colSubset
)
Public Function GetSubRow (
rowIndex As Integer,
colSubset As Subset
) As Object()
public:
array<Object^>^ GetSubRow(
int rowIndex,
Subset^ colSubset
)
member GetSubRow :
rowIndex : int *
colSubset : Subset -> Object[]
Parameters
- rowIndex Int32
- A row index.
- colSubset Subset
- A column subset.
Return Value
ObjectA collection of row data.
See Also