다음을 통해 공유


PrimitiveDataFrameColumn<T>.ElementwiseNotEquals 메서드

정의

오버로드

ElementwiseNotEquals(DataFrameColumn)

요소 단위가 같지 않음을 수행합니다.

ElementwiseNotEquals<U>(U)

열의 각 값에 대해 요소 단위가 같지 않음을 수행합니다.

ElementwiseNotEquals(DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperations.cs
Source:
PrimitiveDataFrameColumn.BinaryOperations.cs
Source:
PrimitiveDataFrameColumn.BinaryOperations.cs

요소 단위가 같지 않음을 수행합니다.

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals(Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

매개 변수

반환

적용 대상

ElementwiseNotEquals<U>(U)

Source:
PrimitiveDataFrameColumn.BinaryOperations.cs
Source:
PrimitiveDataFrameColumn.BinaryOperations.cs
Source:
PrimitiveDataFrameColumn.BinaryOperations.cs

열의 각 값에 대해 요소 단위가 같지 않음을 수행합니다.

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<U>(U value);
override this.ElementwiseNotEquals : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

형식 매개 변수

U

매개 변수

value
U

반환

적용 대상