3 references to And
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.BinaryOperators.cs (1)
7256
return left.
And
(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);