Sdílet prostřednictvím


DateTimeDataFrameColumn.ElementwiseLessThan Metoda

Definice

Přetížení

ElementwiseLessThan(DateTimeDataFrameColumn)
ElementwiseLessThan(DateTime)

ElementwiseLessThan(DateTimeDataFrameColumn)

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

Parametry

Návraty

Platí pro

ElementwiseLessThan(DateTime)

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

Parametry

value
DateTime

Návraty

Platí pro