IRange<T> Interface
Defines the base interface to a Range (min, max), used throughout SciChart for visible, data and index range calculations
Syntax
public interface IRange<T> implements java.lang.Cloneable |
Type Parameters
- T
- The type of range which should extend java.lang.Comparable<T> of T
See Also