31 static const int fractionalBits = 8;
int getRawBits(void) const
Gets the raw value of the fixed-point number.
void setRawBits(int const raw)
Sets the raw value of the fixed-point number.
Fixed & operator=(const Fixed &other)
Copy assignment operator.
Fixed()
Default constructor.