次の方法で共有


DataFrameColumn.ElementwiseEquals メソッド

定義

オーバーロード

ElementwiseEquals(DataFrameColumn)

要素ごとの等号を実行します

ElementwiseEquals<T>(T)

列内の各値に対して要素ごとの等値を実行します

ElementwiseEquals(DataFrameColumn)

ソース:
DataFrameColumn.BinaryOperations.cs
ソース:
DataFrameColumn.BinaryOperations.cs
ソース:
DataFrameColumn.BinaryOperations.cs

要素ごとの等号を実行します

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

パラメーター

戻り値

適用対象

ElementwiseEquals<T>(T)

ソース:
DataFrameColumn.BinaryOperations.cs
ソース:
DataFrameColumn.BinaryOperations.cs
ソース:
DataFrameColumn.BinaryOperations.cs

列内の各値に対して要素ごとの等値を実行します

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

型パラメーター

T

パラメーター

value
T

戻り値

適用対象