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