你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Int 数据类型

int 数据类型表示带符号的 32 位宽整数。

int 文本

若要指定 int 文本,请使用以下语法选项之一:

语法 说明 示例
int(number) 正整数。 int(2)
int(-number) 负整数。 int(-2)
int(null) 表示 null 值

详细了解语法约定