Minimum value of the range.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float Min { get; set; }

Remarks

The property represents minimum value (left side limit) or the range - [min, max].

See Also