Temperature

coulomb.units.temperature.Temperature
object Temperature

Attributes

Source
temperature.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract class Applier[U]

a shim class for Temperature companion apply method

a shim class for Temperature companion apply method

Attributes

Companion
object
Source
temperature.scala
Supertypes
class Object
trait Matchable
class Any
object Applier

Attributes

Companion
class
Source
temperature.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Applier.type

Value members

Concrete methods

def apply[U](using a: Applier[U]): Applier[U]

obtain a new temperature value

obtain a new temperature value

Type parameters

U

temperature unit type, having base unit coulomb.units.si.Kelvin

Attributes

Returns

the new Temperature quantity

Example
// standard human body temperature in Fahrenheit
val bodytemp = Temperature[Fahrenheit](98.6)
Source
temperature.scala