Documentation of 'org.encog.mathutil.IntRange' Java class
IntRange
org.encog.mathutil

Class IntRange



  • public class IntRange
    extends java.lang.Object
    A range of integers.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IntRange(int theHigh, int theLow)
      Construct an integer range.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getHigh() 
      int getLow() 
      void setHigh(int theHigh)
      Set the high end of the range.
      void setLow(int theLow)
      Set the low end of the range.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntRange

        public IntRange(int theHigh,
                        int theLow)
        Construct an integer range.
        Parameters:
        theHigh - The high end of the range.
        theLow - The low end of the range.
    • Method Detail

      • getHigh

        public final int getHigh()
        Returns:
        The high end of the range.
      • getLow

        public final int getLow()
        Returns:
        The low end of the range.
      • setHigh

        public final void setHigh(int theHigh)
        Set the high end of the range.
        Parameters:
        theHigh - The high end of the range.
      • setLow

        public final void setLow(int theLow)
        Set the low end of the range.
        Parameters:
        theLow - The low end of the range.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.