|
Funktionen |
| void _CURVECLASS WINAPI | TraceMsg (LPCSTR aStr) |
| void _CURVECLASS WINAPI | TraceMsg (const double aDouble) |
| void _CURVECLASS WINAPI | Trace (LPCSTR aStr) |
| void _CURVECLASS WINAPI | TraceErr (LPCSTR aStr) |
| void _CURVECLASS WINAPI | Trace (const double aDouble) |
| double _CURVECLASS WINAPI | DoubleRound (const double aDouble, const UINT aDigits) |
| double _CURVECLASS WINAPI | DoubleRoundOff (const double aDouble, const UINT aDigits) |
| float _CURVECLASS WINAPI | Double2Float (const double aDouble, const UINT aDigits) |
| double _CURVECLASS WINAPI | Float2Double (const float aFloat, const UINT aDigits) |
| void _CURVECLASS WINAPI | StringReplace (char *aString, const char aOld, const char aNew) |
| int _CURVECLASS WINAPI | DoubleErr (LPCSTR aString, const char aDecimal) |
| BOOL _CURVECLASS WINAPI | IsDouble (LPCSTR aString, const char aDecimal) |
| double _CURVECLASS WINAPI | String2Double (LPCSTR aString, const UINT aDigits, const BOOL aRound, const char aDecimal) |
| void _CURVECLASS WINAPI | Double2String (char *aReturn, const double aDouble, const UINT aDigits, const BOOL aRound, const char aDecimal) |
| void _CURVECLASS WINAPI | GetTimeString (char *aReturn, long aMillSec) |
| BOOL _CURVECLASS WINAPI | SetInRange (double &aValue, double aBorder1, double aBorder2) |
| BOOL _CURVECLASS WINAPI | SetInRange (long &aValue, long aBorder1, long aBorder2) |