Condividi tramite


DataFrameColumn.ElementwiseGreaterThan Metodo

Definizione

Overload

ElementwiseGreaterThan(DataFrameColumn)

Esegue un valore maggiore per elemento rispetto a

ElementwiseGreaterThan<T>(T)

Esegue un elemento-wise maggiore di su ogni valore nella colonna

ElementwiseGreaterThan(DataFrameColumn)

Esegue un valore maggiore per elemento rispetto a

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)

Parametri

Restituisce

Si applica a

ElementwiseGreaterThan<T>(T)

Esegue un elemento-wise maggiore di su ogni valore nella colonna

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)

Parametri di tipo

T

Parametri

value
T

Restituisce

Si applica a