Options
All
  • Public
  • Public/Protected
  • All
Menu

A numeric range between two integers.

Hierarchy

  • IIntegerRange

Index

Properties

Properties

end

end: number

The end of the range as an integer value. The range is up-to but not including the end value. Thus, the size of a range between 0 and 100 is 100.

int
nativeparamindex

1

start

start: number

The start of the range as an integer value.

int
nativeparamindex

0

Generated using TypeDoc