Temperature

coulomb.units.temperature$.Temperature$

Attributes

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

Members list

Concise view

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
Graph
Supertypes
class Object
trait Matchable
class Any
object Applier

Attributes

Companion:
class
Source:
temperature.scala
Graph
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

Attributes

U

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

Returns:

the new Temperature quantity

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