offsetEnd property

double offsetEnd
getter/setter pair

The end offset is a non-negative number between 0 and 1, representing the end of the referenced range using a proportion of the length of the segment. 0 represents the start and 1 the end of the segment, relative to the indicated direction (or positive direction in case of undirected segments)

Implementation

double offsetEnd;