Int()

来自Microduino Wikipedia
跳转至: 导航搜索
  • 简介

将一个值转换为int类型。

  • 语法
int(x)

参数

  • x:一个任何类型的值

返回

  • int类型的值

[返回Arduino语法手册]