3 references to Xor
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.BinaryOperators.cs (1)
7284
return left.
Xor
(right);
Microsoft.Data.Analysis.Tests (2)
DataFrameTests.BinaryOperations.cs (2)
469
BooleanDataFrameColumn allFalse = bools.Or(true).And(true).
Xor
(true);
473
BooleanDataFrameColumn inPlaceAllFalse = bools.Or(true, inPlace: true).And(true, inPlace: true).
Xor
(true, inPlace: true);