Partager via


DataFrameColumn.ElementwiseGreaterThan Méthode

Définition

Surcharges

ElementwiseGreaterThan(DataFrameColumn)

Effectue une performance supérieure à l’élément

ElementwiseGreaterThan<T>(T)

Effectue une valeur supérieure à chaque valeur de la colonne

ElementwiseGreaterThan(DataFrameColumn)

Effectue une performance supérieure à l’élément

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan (Microsoft.Data.Analysis.DataFrameColumn column);
abstract member ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseGreaterThan (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

Paramètres

Retours

S’applique à

ElementwiseGreaterThan<T>(T)

Effectue une valeur supérieure à chaque valeur de la colonne

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<T> (T value);
abstract member ElementwiseGreaterThan : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseGreaterThan : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseGreaterThan(Of T) (value As T) As PrimitiveDataFrameColumn(Of Boolean)

Paramètres de type

T

Paramètres

value
T

Retours

S’applique à