#include <OSCommonUtil.h>
Public Member Functions | |
| CommonUtil () | |
| Class constructor. | |
| ~CommonUtil () | |
| Class destructor. | |
Static Public Member Functions | |
| static bool | ISOSNAN (double number) |
| encode the data in base 64 | |
CommonUtil class contains methods for performing common operations used by many classes in the Optimization Services (OS) framework.
Definition at line 37 of file OSCommonUtil.h.
| CommonUtil::CommonUtil | ( | ) |
Class constructor.
| CommonUtil::~CommonUtil | ( | ) |
Class destructor.
| static bool CommonUtil::ISOSNAN | ( | double | number | ) | [static] |
encode the data in base 64
| number | is a double number that is input |
1.4.7