RangeIntConstructor

Cambiar al Manual
public RangeInt (int start, int length);

Parámetros

startThe starting index of the range.
lengthThe length of the range.

Descripción

Constructs a new RangeInt with given start, length values.