PrimitiveDataFrameColumn<T>.ElementwiseGreaterThanOrEqual Method

Definition

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

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

Returns

Applies to