Version: 2017.3

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.