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