基本数据类型 meaning in Chinese
atomic data type
basedatatype
basic data type
elementary data type
Examples
- Types , one for each primitive data type except boolean
类型,每种类型对应着一个基本数据类型(不包括boolean ) : - A base data type is compatible with another of the same base data type
基本数据类型与另一个相同的基本数据类型兼容。 - Using basic data types
>使用基本数据类型 - Use the syntax when declaring and initializing arrays of basic data types
声明和初始化基本数据类型的数组时,使用{ }语法: - Mapping user defined types to base data types schema option 0x20 mapping
将用户定义类型映射到基本数据类型(架构选项0x20 )