CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
数值解析工具类 更多...
Public 成员函数 | |
NumericalValueList (BOOL isConvFloat=TRUE) | |
NumericalValueList (NumericalValue *valuebuf, int captily, BOOL isConvFloat=TRUE) | |
~NumericalValueList () | |
void | ParseText (LPCTSTR str, LPCTSTR delimiter=(LPCTSTR) _Txt(",")) |
void | ParseTextW (LPCWSTR str, LPCWSTR delimiter=_W(",")) |
void | ParseTextA (const char *str, const char *delimiter) |
double | operator[] (int nIndex) const |
UINT | ValueMode (int nIndex) const |
RECT | ToRect () const |
void | Multiplication (double k) |
数值解析工具类
NumericalValueList::NumericalValueList | ( | NumericalValue * | valuebuf, |
int | captily, | ||
BOOL | isConvFloat = TRUE |
||
) |
NumericalValueList::~NumericalValueList | ( | ) |
void NumericalValueList::Multiplication | ( | double | k | ) |
double NumericalValueList::operator[] | ( | int | nIndex | ) | const |
void NumericalValueList::ParseTextA | ( | const char * | str, |
const char * | delimiter | ||
) |
RECT NumericalValueList::ToRect | ( | ) | const |
UINT NumericalValueList::ValueMode | ( | int | nIndex | ) | const |