Returns a new data frame that contains only the rows
in the specified array.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public DataFrame<R, C> GetRows(
params R[] keys
)
Public Function GetRows (
ParamArray keys As R()
) As DataFrame(Of R, C)
public:
DataFrame<R, C>^ GetRows(
... array<R>^ keys
)
member GetRows :
keys : 'R[] -> DataFrame<'R, 'C>
Parameters
- keys
- Type: R
An array of keys of the rows to return.
Return Value
Type:
DataFrameR,
CA new data frame containing only the rows
whose index is in
keys.
Numerical Libraries
Supported in: 6.0
Reference