35 references to HandleReverseOperationImplementation
Microsoft.Data.Analysis (35)
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (35)
3499return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
3509return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
3519return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
3529return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
3539return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7621return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7631return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7641return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7651return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7661return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7725return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
7735return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
7745return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
7755return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
7765return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
8075return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
8085return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
8095return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
8105return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
8115return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
8123return HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace);
8131return HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace);
8139return HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace);
8147return HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace);
8155return HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace);
8165return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
8175return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
8185return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
8195return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
8205return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
8669return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
8679return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
8689return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
8699return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
8709return ulongColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);