|
| Double (const Double< T > &value) |
| Double (const T &value) |
| Double (int value) |
| operator T () const |
bool | operator!= (const Double< T > &rhs) const |
Double< T > | operator* (const Double< T > &rhs) const |
Double< T > & | operator*= (const Double< T > &rhs) |
Double< T > & | operator+ () |
Double< T > | operator+ (const Double< T > &rhs) const |
Double< T > & | operator+= (const Double< T > &rhs) |
Double< T > & | operator- () |
Double< T > | operator- (const Double< T > &rhs) const |
Double< T > & | operator-= (const Double< T > &rhs) |
Double< T > | operator/ (const Double< T > &rhs) const |
Double< T > & | operator/= (const Double< T > &rhs) |
bool | operator< (const Double< T > &rhs) const |
bool | operator<= (const Double< T > &rhs) const |
Double< T > & | operator= (const Double< T > &rhs) |
bool | operator== (const Double< T > &rhs) const |
bool | operator> (const Double< T > &rhs) const |
bool | operator>= (const Double< T > &rhs) const |
The documentation for this class was generated from the following files:
- src/TNL/Arithmetics/Double.h
- src/TNL/Arithmetics/Double_impl.h