Dela via


DateTimeDataFrameColumn.ElementwiseLessThan Method

Definition

Overloads

ElementwiseLessThan(DateTimeDataFrameColumn)
ElementwiseLessThan(DateTime)

ElementwiseLessThan(DateTimeDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(Microsoft.Data.Analysis.DateTimeDataFrameColumn column);
override this.ElementwiseLessThan : Microsoft.Data.Analysis.DateTimeDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (column As DateTimeDataFrameColumn) As BooleanDataFrameColumn

Parameters

Returns

Applies to

ElementwiseLessThan(DateTime)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseLessThan(DateTime value);
override this.ElementwiseLessThan : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseLessThan (value As DateTime) As BooleanDataFrameColumn

Parameters

value
DateTime

Returns

Applies to