Initializes a new instance of the Range structure.

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

Syntax

C#
public Range(
	float min,
	float max
)

Parameters

min
Type: System..::.Single
Minimum value of the range.
max
Type: System..::.Single
Maximum value of the range.

See Also