FAQ:数据
The MAXON API provides all needed basic mathematical data types and structures. See Basic Data Types & Mathematics .
The maxon::String class and its base-classes provide multiple functions to search and edit strings. See Strings & Texts .
Basic mathematical structures like vectors, matrices and complex numbers are provided.
The MAXON API provides the generic data containers maxon::Data and maxon::DataDictionary.
见 Data Manual and DataDictionary Manual .
The MAXON API provides a range of array templates. The most used array type is the maxon::BaseArray .
见 BaseArray Manual and Arrays Manual .
Any custom class can be registered as a MAXON API data type. Such a data type can be stored in a maxon::Data or maxon::DataDictionary object. See MAXON Data Type .