SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ operator%=()

Fxp & SRL::Math::Types::Fxp::operator%= ( const Fxp & fxp)
inlineconstexpr

Computes the modulo of the current fixed-point value with another fixed-point value (a %= b).

Parameters
fxpThe 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.