共用方式為


abs()

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

計算輸入的絕對值。

語法

abs(x)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
x int、real 或 timespan ✔️ 要建立絕對值。

傳回

x 的絕對值。

範例

print abs(-5)

輸出

print_0
5