volts

fun volts(value: Int): Voltage
fun volts(value: Long): Voltage
fun volts(value: Double): Voltage

Creates a Voltage instance from the given value in volts.