|
Teuchos - Trilinos Tools Package
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. More... | |
| static unsigned int | safeConvert (const float t) |
Convert the given float to an unsigned int, checking first or under- or overflow. More... | |
Convert from float to unsigned int.
Definition at line 1532 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given float to an unsigned int.
Definition at line 1535 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given float to an unsigned int, checking first or under- or overflow.
Definition at line 1542 of file Teuchos_as.hpp.