다음을 통해 공유


DateTimeDataFrameColumn.ElementwiseLessThan 메서드

정의

오버로드

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

매개 변수

반환

적용 대상

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

매개 변수

value
DateTime

반환

적용 대상