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