共用方式為


convert_mass

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

將品質值從一個單位轉換成另一個單位。

語法

convert_mass(從到的值,,)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 Description
value real ✔️ 要轉換的值。
from string ✔️ 要轉換的單元。 如需可能的值,請參閱 轉換單位
to string ✔️ 要轉換的單元。 如需可能的值,請參閱 轉換單位

轉換單位

  • 厘克
  • Decagram
  • Decigram
  • EarthMass
  • 粒紋
  • Gram
  • 直方圖
  • Kilogram
  • Kbpound
  • Kbtonne
  • LongHundredweight
  • LongTon
  • Megapound
  • Megatonne
  • Microgram
  • Milligram
  • Nanogram
  • 盎司
  • ShortHundredweight
  • ShortTon
  • 動態資料欄位
  • SolarMass
  • 英石
  • 公噸

傳回

傳回從一個品質單位轉換成另一個品質單位的輸入值。 不合法的單位會傳回 null

範例

print result = convert_mass(1.2, 'Kilogram', 'Pound')

輸出

result
2.64554714621853