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

◆ operator<<()

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

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 new Fxp object with the internal value left-shifted by the specified amount.