Click or drag to resize

DoubleRange Constructor (Double, Double)

Initializes a new instance of the DoubleRange class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public DoubleRange(
	double from,
	double to
)

Parameters

from
Type: SystemDouble

[Missing <param name="from"/> documentation for "M:Stimulsoft.Report.DoubleRange.#ctor(System.Double,System.Double)"]

to
Type: SystemDouble

[Missing <param name="to"/> documentation for "M:Stimulsoft.Report.DoubleRange.#ctor(System.Double,System.Double)"]

See Also