Initializes a new instance of the DoubleRange class.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public DoubleRange(
	double min,
	double max
)

Parameters

min
Type: System..::.Double
Minimum value of the range.
max
Type: System..::.Double
Maximum value of the range.

See Also