DataFrame.Subtract Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Subtract<T>(T, Boolean) |
Effectue une soustraction à l’échelle des éléments sur chaque colonne |
Subtract<T>(IReadOnlyList<T>, Boolean) |
Subtract<T>(T, Boolean)
Effectue une soustraction à l’échelle des éléments sur chaque colonne
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
Paramètres de type
- T
Paramètres
- value
- T
- inPlace
- Boolean
Retours
S’applique à
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
Paramètres de type
- T
Paramètres
- values
- IReadOnlyList<T>
- inPlace
- Boolean