Click or drag to resize

DataFrameRemoveRows(Slice) Method

Removes the rows from this data frame specified by the given row slice.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame RemoveRows(
	Slice rowSlice
)

Parameters

rowSlice  Slice
A row slice.

Return Value

DataFrame
This data frame.
See Also