PrimitiveDataFrameColumn<T>.ElementwiseGreaterThan メソッド

定義

オーバーロード

ElementwiseGreaterThan(DataFrameColumn)

より大きい要素ごとの実行

ElementwiseGreaterThan<U>(U)

列の各値より大きい要素単位で実行します。

ElementwiseGreaterThan(DataFrameColumn)

より大きい要素ごとの実行

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

パラメーター

戻り値

適用対象

ElementwiseGreaterThan<U>(U)

列の各値より大きい要素単位で実行します。

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<U> (U value);
override this.ElementwiseGreaterThan : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

型パラメーター

U

パラメーター

value
U

戻り値

適用対象