SaturnRingLibrary
0.9.1
SGL wrapper
Loading...
Searching...
No Matches
◆
operator%=()
Fxp
& SRL::Math::Types::Fxp::operator%=
(
const
Fxp
&
fxp
)
inline
constexpr
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.
SRL
Math
Types
Fxp