Template Numerical Library version\ main:9e7b0f4
Loading...
Searching...
No Matches
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: