基本数据枚举类型
数据类型 |
说明 |
---|---|
base.undefined |
未定义类型。 |
base.int8 |
int8类型。 |
base.uint8 |
uint8类型。 |
base.int16 |
int16类型。 |
base.uint16 |
uint16类型。 |
base.int32 |
int32类型。 |
base.uint32 |
uint32类型。 |
base.int64 |
int64类型。 |
base.uint64 |
uint64类型。 |
base.float16 |
float16类型。 |
base.float32 |
float32类型。 |
base.double |
double类型。 |
base.bool |
bool类型。 |
父主题: 通用枚举类型/数据类