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