| ESkinSensorGetMinMaxRange Method (IMUSensorChannel) |
Returns the range of values of the specified IMU sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SensorRange GetMinMaxRange(
IMUSensorChannel ch
)
function GetMinMaxRange(ch);
Parameters
- ch
- Type: ESkinIMUSensorChannel
The specified channel.
Return Value
Type:
SensorRangeThe range of values of the specified IMU sensor.
See Also