Represents an index relative to a region
Constructors
Section titled "Constructors"RelativeIndex
new RelativeIndex(index: number): RelativeIndex Returns RelativeIndex
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"index
Section titled "index"Returns the relative index (read only)
get index(): number Returns number
Methods
Section titled "Methods"compareTo
Section titled "compareTo"Compares this instance of a [[RelativeIndex]] to another.
compareTo(obj: RelativeIndex): number Parameters
- obj:
RelativeIndex