|
DoubleRange Constructor
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public DoubleRange(
double min,
double max
)
Public Sub New (
min As Double,
max As Double
)
Request Example
View SourceParameters
- min
- Type: SystemDouble
Minimum value of the range. - max
- Type: SystemDouble
Maximum value of the range.
See Also