DataFrame.ReverseDivide<T>(T, 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 column
public Microsoft.Data.Analysis.DataFrame ReverseDivide<T> (T value, bool inPlace = false) where T : struct;
member this.ReverseDivide : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ReverseDivide(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame
Type Parameters
- T
Parameters
- value
- T
- inPlace
- Boolean