shortTons

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

Creates a Weight instance from the given value in short tons.


A Weight equal to this Int number of short tons.


A Weight equal to this Long number of short tons.


A Weight equal to this Double number of short tons.