115 references to HandleReverseOperationImplementation
Microsoft.Data.Analysis (115)
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (115)
3199return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 3209return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 3219return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 3229return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 3239return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 4541return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4551return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4561return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4571return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4581return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4639return HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace); 4647return HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace); 4655return HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace); 4663return HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace); 4671return HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace); 4681return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4691return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4701return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4711return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4721return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4731return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4741return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4751return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4761return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4771return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4781return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4791return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4801return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4811return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4821return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4831return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4841return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4851return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4861return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4871return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4881return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4891return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4901return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4911return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4921return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4931return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4941return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 4951return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 4961return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 4971return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 4981return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace); 4991return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace); 5001return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace); 5011return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace); 5021return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace); 5185return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 5195return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 5205return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 5215return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 5225return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 5475return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 5485return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 5495return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 5505return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 5515return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 5729return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 5739return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 5749return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 5759return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 5769return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 6223return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 6233return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 6243return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 6253return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 6263return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 6523return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 6533return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 6543return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 6553return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 6563return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 6777return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 6787return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 6797return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 6807return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 6817return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 7077return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 7087return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 7097return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 7107return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 7117return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 7331return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 7341return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 7351return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 7361return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 7371return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 7875return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 7885return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 7895return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 7905return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 7915return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 7925return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 7935return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 7945return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 7955return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 7965return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 7975return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 7985return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 7995return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 8005return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 8015return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 8025return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 8035return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 8045return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 8055return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 8065return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true); 8369return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true); 8379return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true); 8389return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true); 8399return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true); 8409return floatColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);