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