| SensorRange Class |
Namespace: ESkin
[SerializableAttribute] public class SensorRange
The SensorRange type exposes the following members.
| Name | Description | |
|---|---|---|
| SensorRange |
Default constructor.
| |
| SensorRange(Int32, Int32) |
Generates the Sensor Range class with specifing the minimum and maximum values.
|
| Name | Description | |
|---|---|---|
| Interporate |
Returns the normalized sensor values between 0.0 and 1.0. In the case a value is out of 0-1, the value is reduced to either 0 or 1.
|