StringDataFrameColumn.ElementwiseNotEquals メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ElementwiseNotEquals(DataFrameColumn) |
要素ごとの等しくない値を実行します。 |
ElementwiseNotEquals(String) | |
ElementwiseNotEquals<T>(T) |
列の各値に対して要素ごとの等しくない値を実行します。 |
ElementwiseNotEquals(DataFrameColumn)
要素ごとの等しくない値を実行します。
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)
パラメーター
- column
- DataFrameColumn
戻り値
適用対象
ElementwiseNotEquals(String)
public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (string value);
override this.ElementwiseNotEquals : string -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Function ElementwiseNotEquals (value As String) As PrimitiveDataFrameColumn(Of Boolean)
パラメーター
- value
- String
戻り値
適用対象
ElementwiseNotEquals<T>(T)
列の各値に対して要素ごとの等しくない値を実行します。
public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<T> (T value);
override this.ElementwiseNotEquals : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals(Of T) (value As T) As PrimitiveDataFrameColumn(Of Boolean)
型パラメーター
- T
パラメーター
- value
- T