feet

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

Creates a Distance instance from the given value in feet.


A Distance equal to this Int number of feet.


A Distance equal to this Long number of feet.


A Distance equal to this Double number of feet.