Click or drag to resize
SensorRange Constructor (Int32, Int32)
Generates the Sensor Range class with specifing the minimum and maximum values.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SensorRange(
	int min,
	int max
)

Parameters

min
Type: SystemInt32
The minimum value.
max
Type: SystemInt32
The maximum value.
See Also