watts

fun watts(value: Int): Power
fun watts(value: Long): Power
fun watts(value: Double): Power

Creates a Power instance from the given value in watts.


A Power equal to this Int number of watts.


A Power equal to this Long number of watts.


A Power equal to this Double number of watts.