|
Teuchos - Trilinos Tools Package
Version of the Day
|
Convert from double to long.
More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static long | convert (const double t) |
Convert the given double to long. | |
| static long | safeConvert (const double t) |
Convert the given double to long, checking for overflow first. | |
Convert from double to long.
Definition at line 1256 of file Teuchos_as.hpp.
| static long Teuchos::ValueTypeConversionTraits< long, double >::convert | ( | const double | t | ) | [inline, static] |
Convert the given double to long.
Definition at line 1259 of file Teuchos_as.hpp.
| static long Teuchos::ValueTypeConversionTraits< long, double >::safeConvert | ( | const double | t | ) | [inline, static] |
Convert the given double to long, checking for overflow first.
Definition at line 1266 of file Teuchos_as.hpp.
1.7.6.1