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