SaturnRingLibrary
0.9.1
SGL wrapper
Loading...
Searching...
No Matches
◆
operator<<()
Fxp
SRL::Math::Types::Fxp::operator<<
(
const size_t &
shiftAmount
)
const
inline
constexpr
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 new
Fxp
object with the internal value left-shifted by the specified amount.
SRL
Math
Types
Fxp