UnitConverters.AtmospheresToPascals(Double) 方法

定义

将大气转换为 Pascals。

public:
 static double AtmospheresToPascals(double atm);
public static double AtmospheresToPascals (double atm);
static member AtmospheresToPascals : double -> double
Public Shared Function AtmospheresToPascals (atm As Double) As Double

参数

atm
Double

“大气”中的值将转换。

返回

Pascals 中的 值 atm

适用于