toreal()
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
將輸入表達式轉換成 real 類型的值。
和
toreal()
函todouble()
式是相等的。
注意
可能的話,請改用 實際常值 。
語法
toreal(
Expr)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | Description |
---|---|---|---|
value | 純量 | ✔️ | 要轉換成 real 的值。 |
傳回
如果轉換成功,結果就是 類型的 real
值。 否則,傳回的值會是 real(null)
。
範例
toreal("123.4") == 123.4