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.


A Distance equal to this Int number of inches.


A Distance equal to this Long number of inches.


A Distance equal to this Double number of inches.