다음을 통해 공유


BooleanDataFrameColumn.ElementwiseLessThanOrEqual 메서드

정의

오버로드

ElementwiseLessThanOrEqual(BooleanDataFrameColumn)
ElementwiseLessThanOrEqual(Boolean)

ElementwiseLessThanOrEqual(BooleanDataFrameColumn)

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

매개 변수

반환

적용 대상

ElementwiseLessThanOrEqual(Boolean)

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

매개 변수

value
Boolean

반환

적용 대상