次の方法で共有


BooleanDataFrameColumn.ElementwiseGreaterThan メソッド

定義

オーバーロード

ElementwiseGreaterThan(BooleanDataFrameColumn)
ElementwiseGreaterThan(Boolean)

ElementwiseGreaterThan(BooleanDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As BooleanDataFrameColumn) As BooleanDataFrameColumn

パラメーター

戻り値

適用対象

ElementwiseGreaterThan(Boolean)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (bool value);
override this.ElementwiseGreaterThan : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As Boolean) As BooleanDataFrameColumn

パラメーター

value
Boolean

戻り値

適用対象