RangeInt Constructor

Declaration

public RangeInt(int start, int length);

Parameters

start The starting index of the range.
length The length of the range.

Description

Constructs a new RangeInt with given start, length values.


Did you find this page useful? Please give it a rating: