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 . 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 1500 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given float
to an unsigned int
.
Definition at line 1503 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given float
to an unsigned int
, checking first or under- or overflow.
Definition at line 1510 of file Teuchos_as.hpp.