Поделиться через


DateTimeDataFrameColumn.ElementwiseGreaterThanOrEqual Метод

Определение

Перегрузки

ElementwiseGreaterThanOrEqual(DateTimeDataFrameColumn)
ElementwiseGreaterThanOrEqual(DateTime)

ElementwiseGreaterThanOrEqual(DateTimeDataFrameColumn)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

Параметры

Возвращаемое значение

Применяется к

ElementwiseGreaterThanOrEqual(DateTime)

Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Исходный код:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThanOrEqual(DateTime value);
override this.ElementwiseGreaterThanOrEqual : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThanOrEqual (value As DateTime) As BooleanDataFrameColumn

Параметры

value
DateTime

Возвращаемое значение

Применяется к