DataFrame.Subtract 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
Subtract<T>(T, Boolean) |
Performs an element-wise subtraction on each column |
Subtract<T>(IReadOnlyList<T>, Boolean) |
Subtract<T>(T, Boolean)
Performs an element-wise subtraction on each column
public Microsoft.Data.Analysis.DataFrame Subtract<T> (T value, bool inPlace = false) where T : struct;
member this.Subtract : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Subtract(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame
Type Parameters
- T
Parameters
- value
- T
- inPlace
- Boolean
Returns
Applies to
Subtract<T>(IReadOnlyList<T>, Boolean)
public Microsoft.Data.Analysis.DataFrame Subtract<T> (System.Collections.Generic.IReadOnlyList<T> values, bool inPlace = false) where T : struct;
member this.Subtract : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Subtract(Of T As Structure) (values As IReadOnlyList(Of T), Optional inPlace As Boolean = false) As DataFrame
Type Parameters
- T
Parameters
- values
- IReadOnlyList<T>
- inPlace
- Boolean