26const int Fixed::fractionalBits;
55 this->fixedPointValue = other.fixedPointValue;
75 return this->fixedPointValue;
basic_ostream< _CharT, _Traits > & endl(basic_ostream< _CharT, _Traits > &__os)
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.
Header file for the Fixed class representing fixed-point numbers with overloaded operators and min/ma...