Range(Double, Double, Double, Double) Constructor
Initializes a new instance of
Range class with specified minimum distance and maximum distance.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
public Range(
double from,
double to,
double minDistance,
double maxDistance
)
new :
from : float *
to : float *
minDistance : float *
maxDistance : float -> Range
Parameters
- from Double
- Contains the start value of the range.
- to Double
- Contains the end value of the range.
- minDistance Double
- Specifies the minimum permissible distance between from and to values.
- maxDistance Double
- Specifies the maximum permissible distance between from and to values.