inches

fun inches(value: Int): Distance
fun inches(value: Long): Distance
fun inches(value: Double): Distance

Creates a Distance instance from the given value in inches.