Interface IRevertScalableSensor
Provides functionality for a sensor scaling in two directions.
public interface IRevertScalableSensor : ISensor
- Inherited Members
Methods
RevertScale(double)
Reverts the scaling.
double RevertScale(double input)
Parameters
input
doubleScaled value.
Returns
- double
The raw value.