다음을 통해 공유


DataFrameColumn.ElementwiseGreaterThan 메서드

정의

오버로드

ElementwiseGreaterThan(DataFrameColumn)

보다 큰 요소별 수행

ElementwiseGreaterThan<T>(T)

열의 각 값보다 큰 요소 단위를 수행합니다.

ElementwiseGreaterThan(DataFrameColumn)

Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs

보다 큰 요소별 수행

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan(Microsoft.Data.Analysis.DataFrameColumn column);
abstract member ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseGreaterThan (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

매개 변수

반환

적용 대상

ElementwiseGreaterThan<T>(T)

Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs

열의 각 값보다 큰 요소 단위를 수행합니다.

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseGreaterThan<T>(T value);
abstract member ElementwiseGreaterThan : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseGreaterThan : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseGreaterThan(Of T) (value As T) As PrimitiveDataFrameColumn(Of Boolean)

형식 매개 변수

T

매개 변수

value
T

반환

적용 대상