|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convert from float to unsigned long.
More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static unsigned long | convert (const float t) |
Convert the given float to an unsigned long. | |
| static unsigned long | safeConvert (const float t) |
Convert the given float to an unsigned long, checking first or under- or overflow. | |
Convert from float to unsigned long.
Definition at line 1586 of file Teuchos_as.hpp.
| static unsigned long Teuchos::ValueTypeConversionTraits< unsigned long, float >::convert | ( | const float | t | ) | [inline, static] |
Convert the given float to an unsigned long.
Definition at line 1589 of file Teuchos_as.hpp.
| static unsigned long Teuchos::ValueTypeConversionTraits< unsigned long, float >::safeConvert | ( | const float | t | ) | [inline, static] |
Convert the given float to an unsigned long, checking first or under- or overflow.
Definition at line 1596 of file Teuchos_as.hpp.
1.7.6.1