|
Range Constructor
|
Initializes a new instance of the
Range class.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public Range(
float min,
float max
)
Public Sub New (
min As Single,
max As Single
)
Request Example
View SourceParameters
- min
- Type: SystemSingle
Minimum value of the range. - max
- Type: SystemSingle
Maximum value of the range.
See Also