SaturnRingLibrary
0.9.1
SGL wrapper
Loading...
Searching...
No Matches
◆
operator<<=()
Fxp
& SRL::Math::Types::Fxp::operator<<=
(
const size_t &
shiftAmount
)
inline
constexpr
In-place left shift operator for shifting the internal value by a specified number of bits.
Parameters
shiftAmount
The number of bits to shift the internal value to the left.
Returns
A reference to this
Fxp
object after left-shifting the internal value in place.
SRL
Math
Types
Fxp