CPP02 1.0
|
Implementation of the Fixed class for representing fixed-point numbers. [詳解]
Implementation of the Fixed class for representing fixed-point numbers.
This file defines the member functions of the Fixed class, including constructors, copy constructor, copy assignment operator, destructor, and methods to get and set the raw bit value. It also defines the static constant for the number of fractional bits.
Fixed.cpp に定義があります。