int()
名称
int()
説明
値をint型に変換する。
書式
int(x);
引数
x | 任意のデータ型。 |
戻り値
int。
参照
言語 int
オリジナルのページ
https://www.arduino.cc/reference/en/language/variables/conversion/intcast/
Last Revision: 2019/07/12
最終更新日
January 4, 2024
int()
値をint型に変換する。
int(x);
x | 任意のデータ型。 |
int。
言語 int
https://www.arduino.cc/reference/en/language/variables/conversion/intcast/
Last Revision: 2019/07/12
January 4, 2024