toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
scientific
/
com.splendo.kaluga.scientific.converter.electricConductance
/
times
times
@
JvmName
(
name
=
"absiemensTimesAbvolt"
)
infix operator
fun
ScientificValue
<
PhysicalQuantity.ElectricConductance
,
Absiemens
>
.
times
(
voltage
:
ScientificValue
<
PhysicalQuantity.Voltage
,
Abvolt
>
)
:
DefaultScientificValue
<
PhysicalQuantity.ElectricCurrent
,
Abampere
>
@
JvmName
(
name
=
"conductanceTimesVoltage"
)
infix operator
fun
<
ConductanceUnit
:
ElectricConductance
,
VoltageUnit
:
Voltage
>
ScientificValue
<
PhysicalQuantity.ElectricConductance
,
ConductanceUnit
>
.
times
(
voltage
:
ScientificValue
<
PhysicalQuantity.Voltage
,
VoltageUnit
>
)
:
DefaultScientificValue
<
PhysicalQuantity.ElectricCurrent
,
Ampere
>