共用方式為


DataFrameColumn.ElementwiseGreaterThan 方法

定義

多載

ElementwiseGreaterThan(DataFrameColumn)

執行大於的專案

ElementwiseGreaterThan<T>(T)

對資料行中的每個值執行大於的專案

ElementwiseGreaterThan(DataFrameColumn)

執行大於的專案

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)

參數

傳回

適用於

ElementwiseGreaterThan<T>(T)

對資料行中的每個值執行大於的專案

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)

類型參數

T

參數

value
T

傳回

適用於