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


BooleanDataFrameColumn.ElementwiseGreaterThan Метод

Определение

Перегрузки

ElementwiseGreaterThan(BooleanDataFrameColumn)
ElementwiseGreaterThan(Boolean)

ElementwiseGreaterThan(BooleanDataFrameColumn)

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

Параметры

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

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

ElementwiseGreaterThan(Boolean)

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

Параметры

value
Boolean

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

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