Table of Contents

Interface IRevertScalableSensor

Namespace
Loehnert.IO.Contracts
Assembly
Loehnert.IO.dll

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 double

Scaled value.

Returns

double

The raw value.