Click or drag to resize

NTC_BKelvins Method

Kelvin temperature as a function of the thermistor resistance.

Namespace: IO.Devices.Thermistor
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public double Kelvins(
	double R
)

Parameters

R  Double
Thermistor resistance in ohms.

Return Value

Double
Temperature in Kelvins.
See Also