DataFrame.Divide Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Divide<T>(IReadOnlyList<T>, Boolean) | |
Divide<T>(T, Boolean) |
Wykonuje podział elementów na każdej kolumnie |
Divide<T>(IReadOnlyList<T>, Boolean)
public Microsoft.Data.Analysis.DataFrame Divide<T> (System.Collections.Generic.IReadOnlyList<T> values, bool inPlace = false) where T : struct;
member this.Divide : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Divide(Of T As Structure) (values As IReadOnlyList(Of T), Optional inPlace As Boolean = false) As DataFrame
Parametry typu
- T
Parametry
- values
- IReadOnlyList<T>
- inPlace
- Boolean
Zwraca
Dotyczy
Divide<T>(T, Boolean)
Wykonuje podział elementów na każdej kolumnie
public Microsoft.Data.Analysis.DataFrame Divide<T> (T value, bool inPlace = false) where T : struct;
member this.Divide : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Divide(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame
Parametry typu
- T
Parametry
- value
- T
- inPlace
- Boolean