Class IntRange

java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.IntRange
All Implemented Interfaces:
IStiSerializable, IStiSerializableToString

public class IntRange extends Range
  • Field Details

    • From

      public int From
    • To

      public int To
  • Constructor Details

    • IntRange

      public IntRange()
    • IntRange

      public IntRange(int from, int to)
  • Method Details