Computes the modulo of the current fixed-point value with another fixed-point value (a %= b).
- Parameters
-
| fxp | The fixed-point value to use as the modulus. |
- Returns
- A reference to this object after performing the modulo operation. z
- Note
- This operation modifies the current instance in place.