Click or drag to resize

NTC_BKelvins Method

Kelvin temperature as a function of the thermistor resistance.

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

Parameters

R  Double
Thermistor resistance in ohms.

Return Value

Double
Temperature in Kelvins.
See Also