2 #include <samchon/API.hpp> 4 #include <samchon/protocol/Entity.hpp> 62 virtual void construct(std::shared_ptr<library::XML>);
70 auto getMinimum() const ->
double;
75 auto getMaximum() const ->
double;
80 auto getSection() const ->
unsigned int;
85 auto getPrecision() const ->
int;
90 virtual auto toXML() const->
std::shared_ptr<library::XML>;
An entity, a standard data class.
double maximum
Maximum value.
An interface for exploration.
unsigned int section
Section number of exploration.
int precision
Target precision: 10precision
double minimum
Minimum value.
Top level namespace of products built from samchon.