3 references to And
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.BinaryOperators.cs (1)
7256return left.And(right);
Microsoft.Data.Analysis.Tests (2)
DataFrameTests.BinaryOperations.cs (2)
469BooleanDataFrameColumn allFalse = bools.Or(true).And(true).Xor(true); 473BooleanDataFrameColumn inPlaceAllFalse = bools.Or(true, inPlace: true).And(true, inPlace: true).Xor(true, inPlace: true);