DataFrame.ElementwiseEquals 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
| ElementwiseEquals<T>(T) |
Her sütunda öğeye göre eşittir gerçekleştirir |
| ElementwiseEquals<T>(IReadOnlyList<T>) |
ElementwiseEquals<T>(T)
Her sütunda öğeye göre eşittir gerçekleştirir
public Microsoft.Data.Analysis.DataFrame ElementwiseEquals<T>(T value) where T : struct;
member this.ElementwiseEquals : 'T -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseEquals(Of T As Structure) (value As T) As DataFrame
Tür Parametreleri
- T
Parametreler
- value
- T
Döndürülenler
Şunlara uygulanır
ElementwiseEquals<T>(IReadOnlyList<T>)
public Microsoft.Data.Analysis.DataFrame ElementwiseEquals<T>(System.Collections.Generic.IReadOnlyList<T> values) where T : struct;
member this.ElementwiseEquals : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseEquals(Of T As Structure) (values As IReadOnlyList(Of T)) As DataFrame
Tür Parametreleri
- T
Parametreler
- values
- IReadOnlyList<T>