metricTons

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

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


A Weight equal to this Int number of metric tons.


A Weight equal to this Long number of metric tons.


A Weight equal to this Double number of metric tons.