次の方法で共有


PrimitiveDataFrameColumn<T>.ElementwiseLessThanOrEqual メソッド

定義

オーバーロード

ElementwiseLessThanOrEqual(DataFrameColumn)

以下の要素単位で実行します。

ElementwiseLessThanOrEqual<U>(U)

列内の各値に対して、要素単位以下の値を実行します。

ElementwiseLessThanOrEqual(DataFrameColumn)

以下の要素単位で実行します。

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

パラメーター

戻り値

適用対象

ElementwiseLessThanOrEqual<U>(U)

列内の各値に対して、要素単位以下の値を実行します。

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

型パラメーター

U

パラメーター

value
U

戻り値

適用対象