A simple implementation of Location that contains all points between Min and Max inclusive.

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

Syntax

C#
public class RangeLocation : AbstractRangeLocation

Remarks

This will in practice be the most commonly used pure-.Net implementation.

Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also