| SensorRange Constructor (Int32, Int32) |
Generates the Sensor Range class with specifing the minimum and maximum values.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SensorRange(
int min,
int max
)
ESkin.SensorRange = function(min, max);
Parameters
- min
- Type: SystemInt32
The minimum value. - max
- Type: SystemInt32
The maximum value.
See Also