Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

RangeInt Constructor

public RangeInt(int start, int length);

Parameters

startThe starting index of the range.
lengthThe 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: