Removes the column from this data frame with the given column index.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame RemoveColumn( int colIndex ) |
| Visual Basic (Declaration) |
|---|
Public Function RemoveColumn ( _ colIndex As Integer _ ) As DataFrame |
| Visual C++ |
|---|
public: DataFrame^ RemoveColumn( int colIndex ) |
Parameters
- colIndex
- Type: System..::.Int32
A column index.