DataFrame.ReverseSubtract<T>(T, Boolean) 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.
Effectue une soustraction inversée par élément sur chaque colonne
public Microsoft.Data.Analysis.DataFrame ReverseSubtract<T> (T value, bool inPlace = false) where T : struct;
member this.ReverseSubtract : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ReverseSubtract(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