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