StLbsPair

data class StLbsPair @JvmOverloads constructor(val st: Int = 0, val lbs: Double = 0.0)

Stone and pounds pair data for weight.

Constructors

Link copied to clipboard
fun StLbsPair(st: Int = 0, lbs: Double = 0.0)

Properties

Link copied to clipboard
val lbs: Double = 0.0
Link copied to clipboard
val st: Int = 0