Click or drag to resize
Accord.NET (logo)

ByteRangeMin Property

Minimum value of the range.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public byte Min { get; set; }
Request Example View Source

Property Value

Type: Byte

Implements

IRangeTMin
Remarks
Represents minimum value (left side limit) of the range [min, max].
See Also