convert_volume
適用対象: ✅Microsoft Fabric✅Azure データ エクスプローラー✅Azure Monitor✅Microsoft Sentinel
ボリューム値を 1 つのユニットから別のユニットに変換します。
構文
convert_volume(
value,
from,
to)
構文規則について詳しく知る。
パラメーター
件名 | タイプ | Required | Description |
---|---|---|---|
value | real |
✔️ | 変換する値。 |
from | string |
✔️ | 換算される単位。 使用可能な値については、「 変換単位」を参照してください。 |
to | string |
✔️ | 換算する単位。 使用可能な値については、「 変換単位」を参照してください。 |
変換単位
- AcreFoot
- AuTablespoon
- BoardFoot
- センチリットル
- キュービックセンチメーター
- CubicDecimeter
- キュービックフィート
- CubicHectometer
- キュービックインチ
- CubicKilometer
- キュービックメーター
- CubicMicrometer
- キュービックマイル
- CubicMillimeter
- キュービックヤード
- デカリットル
- DecausGallon
- デカリッター
- DeciusGallon
- HectocubicFoot
- HectocubicMeter
- ヘクトメーター
- HectousGallon
- ImperialBeerBarrel
- ImperialGallon
- ImperialOunce
- ImperialPint
- KilocubicFoot
- KilocubicMeter
- KiloimperialGallon
- キロリットル
- KilousGallon
- リットル
- MegacubicFoot
- MegaimperialGallon
- Megaliter
- MegausGallon
- MetricCup
- MetricTeaspoon
- マイクロリットル
- ミリリットル
- OilBarrel
- UkTablespoon
- UsBeerBarrel
- UsCustomaryCup
- UsGallon
- UsLegalCup
- UsOunce
- UsPint
- UsQuart
- UsTablespoon
- UsTeaspoon
返品
ボリューム単位間で変換された入力値を返します。 無効な単位は null
を返します。
例
print result = convert_volume(1.2, 'CubicMeter', 'AcreFoot')
出力
結果 |
---|
0.0009728568 |