UnitConverters.AtmospheresToPascals(Double) Method

Definition

Converts Atmospheres to 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

Parameters

atm
Double

The value in Atmospheres convert.

Returns

The value from atm in Pascals.

Applies to