Removes the rows from 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 RemoveRows(
	Slice rowSlice
)
Visual Basic (Declaration)
Public Function RemoveRows ( _
	rowSlice As Slice _
) As DataFrame
Visual C++
public:
DataFrame^ RemoveRows(
	Slice^ rowSlice
)

Parameters

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

Return Value

This data frame.

See Also