2 references to Xor
Microsoft.Data.Analysis.Tests (2)
DataFrameTests.BinaryOperations.cs (2)
196newdf = df.Xor(true); 225Assert.Throws<NotSupportedException>(() => df.Xor(true));