3 references to And
Microsoft.Data.Analysis.Tests (3)
DataFrameTests.BinaryOperations.cs (3)
167
Assert.Throws<NotSupportedException>(() => df.
And
(true));
186
var newdf = df.
And
(true);
221
Assert.Throws<NotSupportedException>(() => df.
And
(true));