CPP02 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Fixed.hpp ファイル

Header file for the Fixed class representing fixed-point numbers. [詳解]

被依存関係図:

[ソースコード]

クラス

class  Fixed
 ex00 Fixed Class [詳解]
 

詳解

Header file for the Fixed class representing fixed-point numbers.

This class provides a representation for fixed-point numbers using an internal integer and a static constant for the number of fractional bits. It includes the basic Orthodox Canonical Form members and methods to access and modify the raw bit representation.

Fixed.hpp に定義があります。