kilograms

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

Creates a Weight instance from the given value in kilograms.


A Weight equal to this Int number of kilograms.


A Weight equal to this Long number of kilograms.


A Weight equal to this Double number of kilograms.