5 references to HandleReverseOperationImplementation
Microsoft.Data.Analysis (5)
PrimitiveDataFrameColumn.BinaryOperations.cs (5)
337return HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace);
354return HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace);
371return HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace);
388return HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace);
405return HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace);