Skip to content

Unit: Bar

Morten Rugaard edited this page Sep 5, 2022 · 1 revision

Home / Units / Bar

Length Miscellaneous Pressure Speed Temperature
Centimeter Bearing Bar Foot per second Celsius
Foot Percentage Hectopascal Kilometer per hour Fahrenheit
Inch Kilogram-force per square centimeter Kilometer per second Kelvin
Kilometer Kilogram-force per square meter Knot
Meter Millibar Meter per second
Mile Pascal Mile per hour
Millimeter
Yard

Bar

Bar is a metric unit of pressure, but not part of the International System of Units (SI).

Available data

Helpers

Name

Get full name of unit.

getName(): string;

Returns a string with a value of Bar.

Abbreviation

Get the abbreviation of unit.

getAbbreviation(): string;

Returns a string with a value of bar.

To string

Get a stringified version of unit.

(string) new Bar();

Returns a string with a value of bar.

Clone this wiki locally