Range(Double, Double) Constructor

Initializes a new instance of Range class.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public Range(
	double from,
	double to
)

Parameters

from  Double
Contains the start value of the range.
to  Double
Contains the end value of the range.

See Also