Skip to content

Unit: Mile

Morten Rugaard edited this page Sep 5, 2022 · 2 revisions

Home / Units / Mile

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

Mile

Mile is a unit of length in the British imperial and United States customary systems of measurement.

Available data

Helpers

Name

Get full name of unit.

getName(): string;

Returns a string with a value of Mile.

Abbreviation

Get the abbreviation of unit.

getAbbreviation(): string;

Returns a string with a value of mi.

To string

Get a stringified version of unit.

(string) new Mile();

Returns a string with a value of mi.

Clone this wiki locally