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