Class ShortRange

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

public class ShortRange extends Range
  • Field Details

    • From

      public short From
    • To

      public short To
  • Constructor Details

    • ShortRange

      public ShortRange()
    • ShortRange

      public ShortRange(short from, short to)
  • Method Details