static public method Pressure.Convert

Brief

Converts an arbitrary value from one unit of measure to another.

Declaration
C#
double  Convert (double value, Pressure.Unit from, Pressure.Unit to)

Parameters
value

The value to be converted

from

The unit to convert the value from.

to

The unit to convert the value to.

Declared in Pressure

back