共用方式為


int 數據類型

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

數據類型 int 代表帶正負號的32位寬整數。

int 文字

若要指定常 int 值,請使用下列其中一個語法選項:

語法 描述 範例
int(number) 正整數。 int(2)
int(-number) 負整數。 int(-2)
int(null) 表示 Null 值

深入瞭解 語法慣例