微控圈(MCU Loop)'s Archiver
社区
›
Arduino
› int()
阡陌
发表于 2024-3-30 23:11:51
int()
**int()**
[类型转换]
## 描述
将值转换为 int 数据类型。
## 语法
```c
int(x)
(int)x //C语言风格的类型转换
```
**参数:**
x:一个值。允许的数据类型:任何类型。
**返回值**
数据类型:int
## 扩展阅读
- (https://www.mculoop.com/thread-211-1-1.html)
页:
[1]
查看完整版本:
int()