Removes all rows from this data frame.

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

Syntax

C#
public DataFrame RemoveAllRows()
Visual Basic (Declaration)
Public Function RemoveAllRows As DataFrame
Visual C++
public:
DataFrame^ RemoveAllRows()

Return Value

This data frame.

See Also