Click or drag to resize
SensorRangeInterporate Method
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.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Interporate(
	int val
)

Parameters

val
Type: SystemInt32
The value to normalize.

Return Value

Type: Double
The normalized value.
See Also