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