PrimitiveDataFrameColumn<T>.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(DataFrameColumn, Boolean) |
Performs element-wise addition |
Add<U>(U, Boolean) |
Performs an element-wise addition on each value in the column |
Add(DataFrameColumn, Boolean)
Performs element-wise addition
public override Microsoft.Data.Analysis.DataFrameColumn Add (Microsoft.Data.Analysis.DataFrameColumn column, bool inPlace = false);
override this.Add : Microsoft.Data.Analysis.DataFrameColumn * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Add (column As DataFrameColumn, Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- column
- DataFrameColumn
- inPlace
- Boolean
Returns
Applies to
Add<U>(U, Boolean)
Performs an element-wise addition on each value in the column
public override Microsoft.Data.Analysis.DataFrameColumn Add<U> (U value, bool inPlace = false);
override this.Add : 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Add(Of U) (value As U, Optional inPlace As Boolean = false) As DataFrameColumn
Type Parameters
- U
Parameters
- value
- U
- inPlace
- Boolean