BooleanDataFrameColumn.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(Boolean) | |
ElementwiseLessThan(BooleanDataFrameColumn) |
ElementwiseLessThan(Boolean)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan (bool value);
override this.ElementwiseLessThan : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Boolean) As BooleanDataFrameColumn
Parameters
- value
- Boolean
Returns
Applies to
ElementwiseLessThan(BooleanDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan (Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As BooleanDataFrameColumn) As BooleanDataFrameColumn
Parameters
- column
- BooleanDataFrameColumn