DataFrame.ReverseModulo<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 opération de modulus inversée sur chaque colonne
public Microsoft.Data.Analysis.DataFrame ReverseModulo<T> (T value, bool inPlace = false) where T : struct;
member this.ReverseModulo : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ReverseModulo(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