See: Description
Interface | Description |
---|---|
INumber |
This interface represents every possible primitive number.
|
Class | Description |
---|---|
DBoolean |
This will encapsulate a single boolean value.
|
DByte |
This will encapsulate a single byte value.
|
DDouble |
This will encapsulate a single double value.
|
DFloat |
This will encapsulate a single float value.
|
DInteger |
This will encapsulate a single integer value.
|
DLong |
This will encapsulate a single long value.
|
DShort |
This will encapsulate a single short value.
|
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.
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft