| 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: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Interporate(
int val
)
function Interporate(val);
Parameters
- val
- Type: SystemInt32
The value to normalize.
Return Value
Type:
DoubleThe normalized value.
See Also