convert_volume
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
將磁碟區值從一個單位轉換成另一個單位。
語法
convert_volume(
從到的值,
,
)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | Description |
---|---|---|---|
value | real |
✔️ | 要轉換的值。 |
from | string |
✔️ | 要轉換的單元。 如需可能的值,請參閱 轉換單位。 |
to | string |
✔️ | 要轉換的單元。 如需可能的值,請參閱 轉換單位。 |
轉換單位
- AcreFoot
- AuTablespoon
- BoardFoot
- 厘升
- CubicCentimeter
- CubicDecimeter
- CubicFoot
- CubicHectometer
- CubicInch
- CubicKilometer
- CubicMeter
- CubicMicrometer
- CubicMile
- CubicMillimeter
- CubicYard
- 十公升
- DecausGallon
- 十分之一公升
- DeciusGallon
- HectocubicFoot
- HectocubicMeter
- 百公升
- HectousGallon
- ImperialBeerBarrel
- ImperialGallon
- ImperialOunce
- ImperialPint
- KilocubicFoot
- KilocubicMeter
- KiloimperialGallon
- 竏
- KilousGallon
- 公升
- MegacubicFoot
- MegaimperialGallon
- Megaliter
- MegausGallon
- MetricCup
- MetricTeaspoon
- Microliter
- 毫升
- OilBarrel
- UkTablespoon
- UsBeerBarrel
- UsCustomaryCup
- UsGallon
- UsLegalCup
- UsOunce
- UsPint
- UsQuart
- UsTablespoon
- UsTeaspoon
傳回
傳回從某個磁碟區單位轉換成另一個磁碟區單位的輸入值。 不合法的單位會傳回 null
。
範例
print result = convert_volume(1.2, 'CubicMeter', 'AcreFoot')
輸出
result |
---|
0.0009728568 |