Fixed

data class Fixed(val temperature: Double) : TemperatureConfiguration(source)

Uses a statically defined initial temperature.

Parameters

temperature

Must be strictly greater than 0.0.

Constructors

Link copied to clipboard
constructor(temperature: Double)

Properties

Link copied to clipboard