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