|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Rounds real down to a integer value.
Variables:
- RealT v;
-
Methods:
- DiscRealC()
-
Default constructor.
Inital value is undefined !
- DiscRealC(RealT real)
-
Constructor.
Round down to the nearest integer number.
- operator RealT() const
-
convert back to a RealT.
- BooleanT operator==(const DiscRealC & oth) const
-
Compair.
- UIntT Hash() const
-
Get a hash value.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|