|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "BasicExcel.hpp"Go to the source code of this file.
Namespaces | |
| namespace | YCompoundFiles |
| namespace | YExcel |
Functions | |
| bool | YExcel::IsRKValueAnInteger (int rkValue) |
| Returns true if the supplied rk value contains an integer. More... | |
| bool | YExcel::IsRKValueADouble (int rkValue) |
| Returns true if the supplied rk value contains a double. More... | |
| double | YExcel::GetDoubleFromRKValue (int rkValue) |
| Convert a rk value to a double. More... | |
| int | YExcel::GetIntegerFromRKValue (int rkValue) |
| Convert a rk value to an integer. More... | |
| int | YExcel::GetRKValueFromDouble (double value) |
| Convert a double to a rk value. More... | |
| int | YExcel::GetRKValueFromInteger (int value) |
| Convert an integer to a rk value. More... | |
| bool | YExcel::CanStoreAsRKValue (double value) |
| Returns true if the supplied double can be stored as a rk value. More... | |
| ostream & | YExcel::operator<< (ostream &os, const BasicExcelCell &cell) |