次の方法で共有


PrimitiveDataFrameColumn<T>.ElementwiseEquals メソッド

定義

オーバーロード

ElementwiseEquals(DataFrameColumn)

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

ElementwiseEquals<U>(U)

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

ElementwiseEquals(DataFrameColumn)

ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs

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

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

パラメーター

戻り値

適用対象

ElementwiseEquals<U>(U)

ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs
ソース:
PrimitiveDataFrameColumn.BinaryOperations.cs

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

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

型パラメーター

U

パラメーター

value
U

戻り値

適用対象