装箱值类型为可空对象的十进制?

I unboxed two nullable object (i.e. object?) to decimal and performed some arithmetic on the operands returning a result... (Throwing exceptions if not possible)

How do I box the result back to object??