convert_volume
적용 대상: ✅Microsoft Fabric✅Azure Data Explorer✅Azure Monitor✅Microsoft Sentinel
볼륨 값을 한 단위에서 다른 단위로 변환합니다.
구문
convert_volume(
값,
에서 다음으로,
)
구문 규칙에 대해 자세히 알아봅니다.
매개 변수
이름 | Type | 필수 | Description |
---|---|---|---|
value | real |
✔️ | 변환할 값입니다. |
보낸 사람 | string |
✔️ | 변환할 원래 단위입니다. 가능한 값은 변환 단위를 참조 하세요. |
to | string |
✔️ | 변환할 단위입니다. 가능한 값은 변환 단위를 참조 하세요. |
변환 단위
- AcreFoot
- AuTablespoon
- 보드풋
- Centiliter
- CubicCentimeter
- CubicDecimeter
- CubicFoot
- CubicHectometer
- CubicInch
- 입방계
- CubicMeter
- 입방 마이크로미터
- CubicMile
- 입방밀리미터
- CubicYard
- Decaliter
- DecausGallon
- Deciliter
- 데시우스갈론
- HectocubicFoot
- HectocubicMeter
- Hectoliter
- HectousGallon
- 임페리얼비어바렐
- 임페리얼갈론
- ImperialOunce
- 임페리얼핀트
- KilocubicFoot
- KilocubicMeter
- KiloimperialGallon
- 킬로리터
- 킬루스갈론
- Liter
- MegacubicFoot
- MegaimperialGallon
- 메가리터
- MegausGallon
- MetricCup
- MetricTeaspoon
- 마이크로리터
- Milliliter
- OilBarrel
- UkTablespoon
- UsBeerBarrel
- UsCustomaryCup
- UsGallon
- UsLegalCup
- UsOunce
- UsPint
- UsQuart
- UsTablespoon
- UsTeaspoon
반품
한 볼륨 단위에서 다른 볼륨 단위로 변환된 입력 값을 반환합니다. 잘못된 단위가 반환됩니다 null
.
예시
print result = convert_volume(1.2, 'CubicMeter', 'AcreFoot')
출력
result |
---|
0.0009728568 |