RangeConstructor

Cambiar al Manual
public Range (int fromValue, int valueCount);

Parámetros

fromValueThe minimum allowed value.
valueCountThe number of possible values.

Descripción

Constructor for a score range, the range starts from a specific value and contains a maxium score count.