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