次の方法で共有


BooleanDataFrameColumn.ElementwiseGreaterThanOrEqual メソッド

定義

オーバーロード

ElementwiseGreaterThanOrEqual(BooleanDataFrameColumn)
ElementwiseGreaterThanOrEqual(Boolean)

ElementwiseGreaterThanOrEqual(BooleanDataFrameColumn)

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

パラメーター

戻り値

適用対象

ElementwiseGreaterThanOrEqual(Boolean)

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

パラメーター

value
Boolean

戻り値

適用対象