共用方式為


sqrt()

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

傳回輸入的平方根。

語法

sqrt(number)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
number int、long 或 real ✔️ 要計算平方根的數位。

傳回

  • 正數,使 sqrt(x) * sqrt(x) == x
  • null 如果自變數是負數或無法轉換成值,則為 real