DataFrame.Modulo Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Modulo<T>(IReadOnlyList<T>, Boolean) | |
| Modulo<T>(T, Boolean) |
Her sütunda öğe tabanlı modül işlemi gerçekleştirir |
Modulo<T>(IReadOnlyList<T>, Boolean)
public Microsoft.Data.Analysis.DataFrame Modulo<T>(System.Collections.Generic.IReadOnlyList<T> values, bool inPlace = false) where T : struct;
member this.Modulo : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Modulo(Of T As Structure) (values As IReadOnlyList(Of T), Optional inPlace As Boolean = false) As DataFrame
Tür Parametreleri
- T
Parametreler
- values
- IReadOnlyList<T>
- inPlace
- Boolean
Döndürülenler
Şunlara uygulanır
Modulo<T>(T, Boolean)
Her sütunda öğe tabanlı modül işlemi gerçekleştirir
public Microsoft.Data.Analysis.DataFrame Modulo<T>(T value, bool inPlace = false) where T : struct;
member this.Modulo : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function Modulo(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame
Tür Parametreleri
- T
Parametreler
- value
- T
- inPlace
- Boolean