convert_energy
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
將能源值從一個單位轉換成另一個單位。
語法
convert_energy(
從到的值,
,
)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | Description |
---|---|---|---|
value | real |
✔️ | 要轉換的值。 |
from | string |
✔️ | 要轉換的單元。 如需可能的值,請參閱 轉換單位。 |
to | string |
✔️ | 要轉換的單元。 如需可能的值,請參閱 轉換單位。 |
轉換單位
- BritishThermalUnit
- Calorie
- DecathermEc
- DecathermImperial
- DecathermUs
- ElectronVolt
- 爾格
- FootPound
- GigabritishThermalUnit
- GigaelectronVolt
- Gigajoule
- GigawattDay
- GigawattHour
- 馬力Hour
- Joule
- KilobritishThermalUnit
- 大卡
- KiloelectronVolt
- Kilojoule
- KilowattDay
- KilowattHour
- MegabritishThermalUnit
- Megacalorie
- MegaelectronVolt
- Megajoule
- MegawattDay
- MegawattHour
- Millijoule
- TeraelectronVolt
- TerawattDay
- TerawattHour
- ThermEc
- ThermImperial
- ThermUs
- WattDay
- 瓦特胡爾
傳回
傳回從一個能源單位轉換成另一個能源單位的輸入值。 不合法的單位會傳回 null
。
範例
print result = convert_energy(1.2, 'Joule', 'BritishThermalUnit')
輸出
result |
---|
0.00113738054437598 |