Version: $Id: package.html 30044 2009-11-06 10:15:48Z walla $
This package holds the interface of all possible numbers and the inherited classes. The interface is called INumber and the inherited classes are DByte, DShort, DInteger, DLong, DFloat , DDouble, DBoolean which reflects by their name the size of the corresponding number. All of these classes are nearly the same as the Java classes of java.lang.Number and the inherited one, for example java.lang.Byte etc. except that it is here also allowed to set a value.