Multiplies the current fixed-point value by an integer (a * b).
- Template Parameters
-
T | The type of the integer (e.g., int, int32_t). |
- Parameters
-
value | The integer value to multiply with. |
- Returns
- The product as a new Fxp object.
- Note
- This operation does not modify the current instance. It returns a new Fxp object representing the result of the multiplication.