다음을 통해 공유


BooleanDataFrameColumn.ElementwiseLessThan 메서드

정의

오버로드

ElementwiseLessThan(Boolean)
ElementwiseLessThan(BooleanDataFrameColumn)

ElementwiseLessThan(Boolean)

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

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

매개 변수

반환

적용 대상