org.eclipse.rse.services.clientserver.java
Class DoubleInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCPInfo
org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
org.eclipse.rse.services.clientserver.java.DoubleInfo
- public class DoubleInfo
- extends Abstract8ByteNumericInfo
This class represents double information.
| Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo |
tag |
|
Constructor Summary |
DoubleInfo(short tag,
long highBytes,
long lowBytes)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleInfo
public DoubleInfo(short tag,
long highBytes,
long lowBytes)
- Constructor.
- Parameters:
tag - the tag.highBytes - the high bytes.lowBytes - the low bytes.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.