DateTimeDataFrameColumn.ElementwiseLessThan Méthode

Définition

Surcharges

ElementwiseLessThan(DateTimeDataFrameColumn)
ElementwiseLessThan(DateTime)

ElementwiseLessThan(DateTimeDataFrameColumn)

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

Paramètres

Retours

S’applique à

ElementwiseLessThan(DateTime)

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

Paramètres

value
DateTime

Retours

S’applique à