I want to find...

検索

Shares

Table of Content

int()

[Conversion]

説明

Converts a value to the int data type.

構文

int(x)
(int)x (C-style type conversion)

媒介変数

x: a value. Allowed data types: any type.

戻り値

Data type: int.

See also

  • [Language] int

Language Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

上部へスクロール