pounds

fun pounds(value: Int): Weight
fun pounds(value: Long): Weight
fun pounds(value: Double): Weight

Creates a Weight instance from the given value in pounds.


A Weight equal to this Int number of pounds.


A Weight equal to this Long number of pounds.


A Weight equal to this Double number of pounds.