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