awtk/docs/manual/value_desc_int64_t.md
2019-12-11 16:21:15 +08:00

67 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## value\_desc\_int64\_t
### 概述
![image](images/value_desc_int64_t_0.png)
有符号64位整数类型属性描述。
----------------------------------
### 属性
<p id="value_desc_int64_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#value_desc_int64_t_defvalue">defvalue</a> | int64\_t | 缺省值。 |
| <a href="#value_desc_int64_t_max">max</a> | int64\_t | 最大值。 |
| <a href="#value_desc_int64_t_min">min</a> | int64\_t | 最小值。 |
| <a href="#value_desc_int64_t_step">step</a> | int64\_t | 步长。 |
| <a href="#value_desc_int64_t_unit">unit</a> | const char* | 单位。 |
#### defvalue 属性
-----------------------
> <p id="value_desc_int64_t_defvalue">缺省值。
* 类型int64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### max 属性
-----------------------
> <p id="value_desc_int64_t_max">最大值。
* 类型int64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### min 属性
-----------------------
> <p id="value_desc_int64_t_min">最小值。
* 类型int64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### step 属性
-----------------------
> <p id="value_desc_int64_t_step">步长。
* 类型int64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### unit 属性
-----------------------
> <p id="value_desc_int64_t_unit">单位。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |