Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TNL::Arithmetics::Double< T > Class Template Reference

Public Member Functions

 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
 

Public Attributes

data [2]
 

The documentation for this class was generated from the following files: