Skip to contents

Convert length measured in inches to millimeters (mm)

Usage

mm_inch(x)

Arguments

x

length measured in inches, [inch]. Type: assert_double.

Value

length in millimeters, [mm]. Type: assert_double.

See also

inch_mm for converting mm to inches

Other units: c_k(), f_k(), inch_mm(), k_c(), kgf_mpa(), loss_flux(), mpa_kgf(), mpa_psi(), psi_mpa()

Examples

 library(pipenostics)

 mm_inch(c(0.03937008, 1))
#> [1]  1.0 25.4
 # [1]  1.0 25.4  # [mm]