Click or drag to resize

FloatRange Constructor (Single, Single)

Initializes a new instance of the FloatRange class

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

Parameters

from
Type: SystemSingle

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

to
Type: SystemSingle

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

See Also