Version: 2017.2

RangeIntConstructor

Switch to Manual
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.