Construct a new RangeLocation from min to max.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public RangeLocation(
	int min,
	int max
)

Parameters

min
Type: System..::.Int32
The minimum point
max
Type: System..::.Int32
The maximum point

See Also