BooleanDataFrameColumn.ExclusiveOr Operátor

Definice

Přetížení

ExclusiveOr(BooleanDataFrameColumn, BooleanDataFrameColumn)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
public static Microsoft.Data.Analysis.BooleanDataFrameColumn operator ^(Microsoft.Data.Analysis.BooleanDataFrameColumn left, Microsoft.Data.Analysis.BooleanDataFrameColumn right);

Parametry

Návraty

Platí pro

ML.NET Preview a další verze
Produkt Verze
ML.NET 2.0.0, 3.0.0, 4.0.0, Preview

ExclusiveOr(BooleanDataFrameColumn, Boolean)

Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
Zdroj:
PrimitiveDataFrameColumn.BinaryOperators.cs
public static Microsoft.Data.Analysis.BooleanDataFrameColumn operator ^(Microsoft.Data.Analysis.BooleanDataFrameColumn left, bool right);

Parametry

right
Boolean

Návraty

Platí pro

ML.NET Preview a další verze
Produkt Verze
ML.NET 2.0.0, 3.0.0, 4.0.0, Preview