Click or drag to resize
SensorRange Class
Sensor Range class.
Inheritance Hierarchy
SystemObject
  ESkinSensorRange

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SensorRange

The SensorRange type exposes the following members.

Constructors
  NameDescription
Public methodSensorRange
Default constructor.
Public methodSensorRange(Int32, Int32)
Generates the Sensor Range class with specifing the minimum and maximum values.
Top
Methods
  NameDescription
Public methodInterporate
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.
Top
Fields
  NameDescription
Public fieldMaxValue
The maximum sensor value.
Public fieldMinValue
The minimum sensor value.
Top
See Also