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