|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
Convert from double to int.
More...
#include <Teuchos_as.hpp>

Static Public Member Functions | |
| static int | convert (const double t) |
Convert the given double to an int. | |
| static int | safeConvert (const double t) |
Convert the given double to an int, checking for overflow first. | |
Convert from double to int.
Definition at line 1211 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given double to an int.
Definition at line 1218 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given double to an int, checking for overflow first.
Definition at line 1225 of file Teuchos_as.hpp.