BooleanDataFrameColumn.ElementwiseGreaterThanOrEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- column
- BooleanDataFrameColumn
Returns
Applies to
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
Parameters
- value
- Boolean