DateTimeDataFrameColumn.ElementwiseNotEquals メソッド

定義

オーバーロード

ElementwiseNotEquals(DateTimeDataFrameColumn)
ElementwiseNotEquals(DateTime)

ElementwiseNotEquals(DateTimeDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.DateTimeDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DateTimeDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As DateTimeDataFrameColumn) As BooleanDataFrameColumn

パラメーター

戻り値

適用対象

ElementwiseNotEquals(DateTime)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (DateTime value);
override this.ElementwiseNotEquals : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As DateTime) As BooleanDataFrameColumn

パラメーター

value
DateTime

戻り値

適用対象