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