#include <numericTraits.h>
Public Types | |
typedef double | ProductType |
This typedef specifies that when doubles are multiplied, the result should be a double. | |
typedef double | SumType |
This typedef specifies that when doubles are added, the result should be an double. | |
typedef double | TextOutputType |
This typedef specifies that when an double is serialized for stream output, it should be formatted as an double. | |
Public Member Functions | |
bool | isIntegral () |
This member function indicates whether the specified type is an integer type or not. |
Definition at line 352 of file numericTraits.h.
typedef double dlr::numeric::NumericTraits< double >::ProductType |
This typedef specifies that when doubles are multiplied, the result should be a double.
Definition at line 360 of file numericTraits.h.
typedef double dlr::numeric::NumericTraits< double >::SumType |
This typedef specifies that when doubles are added, the result should be an double.
Definition at line 366 of file numericTraits.h.
typedef double dlr::numeric::NumericTraits< double >::TextOutputType |
This typedef specifies that when an double is serialized for stream output, it should be formatted as an double.
Definition at line 372 of file numericTraits.h.
bool dlr::numeric::NumericTraits< double >::isIntegral | ( | ) | [inline] |
This member function indicates whether the specified type is an integer type or not.
Definition at line 384 of file numericTraits.h.