Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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: