Loong |
Class | Description | |
---|---|---|
![]() | BooleanConverter | 布尔类型转换器 |
![]() | DataTypeConverter | 数值类型转换器 |
![]() | DistanceConverter | 距离类型转换器 |
![]() | DistanceListConverter | 距离序列类型转换器 |
![]() | DoubleConverter | 双精度浮点类型转换器 |
![]() | IntegerConverter | 32位整数类型转换器 |
![]() | LongConverter | 64位长整数类型转换器 |
![]() | StringConverter | 字符串类型转换器 |
Structure | Description | |
---|---|---|
![]() | Boolean | 布尔类型 |
![]() | Distance | 距离类型 |
![]() | DistanceList | 双精度浮点类型 |
![]() | Double | 双精度浮点类型 |
![]() | Integer | 32位整数类型 |
![]() | Long | 64位长整数类型 |
![]() | String | 字符串类型 |
Interface | Description | |
---|---|---|
![]() | IDataType | 支持的Attribute数据类型都派生自此接口 |
![]() | IDoubleDataType | 支持的Attribute双精度浮点数据类型都派生自此接口 |
![]() | IIntDataType | 支持的Attribute 32位整数类型都派生自此接口 |
![]() | ILongDataType | 支持的Attribute 64位整数类型都派生自此接口 |
![]() | IStringDataType | 支持的Attribute字符串数据类型都派生自此接口 |
Enumeration | Description | |
---|---|---|
![]() | DistanceUnitType | 距离单位枚举值 |