sponge.function.length_convert

查看源文件
sponge.function.length_convert(unit_in, unit_out)[源代码]

根据不同的单位换算长度。

参数:
  • unit_in (Union[str, Units, Length, float, int]) - 长度的输入单位。

  • unit_out (Union[str, Units, Length, float, int]) - 长度的输出单位。

返回:

float。根据不同的单位换算所得的长度。

支持平台:

Ascend GPU CPU