Calitha GOLD Parser Engine Documentation

IntegerList.Repeat Method 

Returns an IntegerList whose elements are copies of the specified value.

public static IntegerList Repeat(
   int value,
   int count
);

Parameters

value
The value to copy multiple times in the list.
count
The number of times value should be copied.

Return Value

An IntegerList with count number of elements, all of which are copies of value.

See Also

IntegerList Class | com.calitha.commons Namespace