ianmackenzie / elm-units-prefixed / Units.Inductance

A Inductance value represents an electrical inductance in henries.


type alias Inductance =
Inductance


type alias Henries =
Inductance.Henries

Conversions

henries : Basics.Float -> Inductance

Construct an inductance from a number of henries.

inHenries : Inductance -> Basics.Float

Convert an inductance to a number of henries.

nanohenries : Basics.Float -> Inductance

Construct an inductance from a number of nanohenries.

inNanohenries : Inductance -> Basics.Float

Convert an inductance to a number of nanohenries.

microhenries : Basics.Float -> Inductance

Construct an inductance from a number of microhenries.

inMicrohenries : Inductance -> Basics.Float

Convert an inductance to a number of microhenries.

millihenries : Basics.Float -> Inductance

Construct an inductance from a number of millihenries.

inMillihenries : Inductance -> Basics.Float

Convert an inductance to a number of millihenries.

kilohenries : Basics.Float -> Inductance

Construct an inductance from a number of kilohenries.

inKilohenries : Inductance -> Basics.Float

Convert an inductance to a number of kilohenries.