Click or drag to resize
Accord.NET (logo)

DoubleRange Constructor

Initializes a new instance of the DoubleRange class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public DoubleRange(
	double min,
	double max
)
Request Example View Source

Parameters

min
Type: SystemDouble
Minimum value of the range.
max
Type: SystemDouble
Maximum value of the range.
See Also