|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Namespaces | |
| namespace | Isis |
Functions | |
| double | Isis::SetRound (double value, const int precision) |
| Round values to specified precision. | |
| template<typename T> | |
| double | Isis::ToDouble (const T &value) |
| Helper function to convert values to doubles. | |
| template<typename T> | |
| std::string | Isis::ToString (const T &value) |
| Helper function to convert values to strings. | |