negate() negates the monetary value. $ 10.25 -> $ -10.25 Methods negate() Returns: Money Usage $money = money('102500'); // $ 10.3 $money->negate(); // $ -10.3 📌 Back to the contents.