PrimitiveDataFrameColumn<T>.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(DataFrameColumn) |
Performs element-wise greater than |
ElementwiseGreaterThan<U>(U) |
Performs an element-wise greater than on each value in the column |
ElementwiseGreaterThan(DataFrameColumn)
Performs element-wise greater than
public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)
Parameters
- column
- DataFrameColumn
Returns
Applies to
ElementwiseGreaterThan<U>(U)
Performs an element-wise greater than on each value in the column
public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<U> (U value);
override this.ElementwiseGreaterThan : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseGreaterThan(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)
Type Parameters
- U
Parameters
- value
- U