共用方式為


BooleanDataFrameColumn.ElementwiseLessThan 方法

定義

多載

ElementwiseLessThan(Boolean)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(bool value);
override this.ElementwiseLessThan : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As Boolean) As BooleanDataFrameColumn

參數

value
Boolean

傳回

適用於

ElementwiseLessThan(BooleanDataFrameColumn)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

參數

傳回

適用於