Click or drag to resize
Accord.NET (logo)

IRangeTMin Property

Minimum value of the range.

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

Property Value

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