BooleanDataFrameColumn.ElementwiseGreaterThan 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
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
Parameters
- column
- BooleanDataFrameColumn
Returns
Applies to
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
Parameters
- value
- Boolean