PrimitiveDataFrameColumn<T>.Subtract 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
Subtract(DataFrameColumn, Boolean) |
Performs element-wise subtraction |
Subtract<U>(U, Boolean) |
Performs an element-wise subtraction on each value in the column |
Subtract(DataFrameColumn, Boolean)
Performs element-wise subtraction
public override Microsoft.Data.Analysis.DataFrameColumn Subtract (Microsoft.Data.Analysis.DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.DataFrameColumn * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Subtract (column As DataFrameColumn, Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- column
- DataFrameColumn
- inPlace
- Boolean
Returns
Applies to
Subtract<U>(U, Boolean)
Performs an element-wise subtraction on each value in the column
public override Microsoft.Data.Analysis.DataFrameColumn Subtract<U> (U value, bool inPlace = false);
override this.Subtract : 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Subtract(Of U) (value As U, Optional inPlace As Boolean = false) As DataFrameColumn
Type Parameters
- U
Parameters
- value
- U
- inPlace
- Boolean