Sdílet prostřednictvím


DataFrame.ElementwiseEquals Metoda

Definice

Přetížení

ElementwiseEquals<T>(IReadOnlyList<T>)
ElementwiseEquals<T>(T)

Provede prvek, který se rovná každému sloupci.

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

Parametry typu

T

Parametry

values
IReadOnlyList<T>

Návraty

Platí pro

ElementwiseEquals<T>(T)

Provede prvek, který se rovná každému sloupci.

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

Parametry typu

T

Parametry

value
T

Návraty

Platí pro