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