Searched refs:TemperatureGainApproximation (Results 1 – 1 of 1) sorted by relevance
97 var measurement = (ushort)(short)(temperature * TemperatureGainApproximation) << 3;213 private const decimal TemperatureGainApproximation = 6.667m; field in Antmicro.Renode.Peripherals.Sensors.SI7210