Class IVLREAL

All Implemented Interfaces:
Serializable

public class IVLREAL extends SXCMREAL implements Serializable
Description of the class IVLREAL.
See Also:
  • Field Details

    • low

      public IVXBREAL low
      The low limit of the interval. .
    • width

      public REAL width
      The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived. .
    • high

      public IVXBREAL high
      The high limit of the interval. .
    • center

      public REAL center
      The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values. .
  • Constructor Details

    • IVLREAL

      public IVLREAL()
  • Method Details