Gets a new data frame containing the portion of this data frame specified by the given row slice.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame GetRows(
	Slice rowSlice
)
Visual Basic (Declaration)
Public Function GetRows ( _
	rowSlice As Slice _
) As DataFrame
Visual C++
public:
DataFrame^ GetRows(
	Slice^ rowSlice
)

Parameters

rowSlice
Type: CenterSpace.NMath.Core..::.Slice
A row slice.

Return Value

A new data frame.

See Also