convert_mass
適用対象: ✅Microsoft Fabric✅Azure データ エクスプローラー✅Azure Monitor✅Microsoft Sentinel
質量の値を 1 つの単位から別の単位に変換します。
構文
convert_mass(
value,
from,
to)
構文規則について詳しく知る。
パラメーター
件名 | タイプ | Required | Description |
---|---|---|---|
value | real |
✔️ | 変換する値。 |
from | string |
✔️ | 換算される単位。 使用可能な値については、「 変換単位」を参照してください。 |
to | string |
✔️ | 換算する単位。 使用可能な値については、「 変換単位」を参照してください。 |
変換単位
- 甅
- デカグラム
- 瓰
- EarthMass
- グレイン
- グラム
- Hectogram
- キログラム
- Kilopound
- キロトン語
- LongHundredweight
- LongTon
- Megapound
- Megatonne
- マイクログラム
- ミリグラム
- ナノグラム
- オンス
- ポンド
- ShortHundredweight
- ShortTon
- Slug
- SolarMass
- ストーン
- トン
返品
マス単位から別のマス単位に変換された入力値を返します。 無効な単位は null
を返します。
例
print result = convert_mass(1.2, 'Kilogram', 'Pound')
出力
結果 |
---|
2.64554714621853 |