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

◆ operator<<=()

Fxp & SRL::Math::Types::Fxp::operator<<= ( const size_t & shiftAmount)
inlineconstexpr

In-place left shift operator for shifting the internal value by a specified number of bits.

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