EXIficient

com.siemens.ct.exi.values
Class DoubleValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.DoubleValue
All Implemented Interfaces:
Value

public class DoubleValue
extends AbstractValue


Constructor Summary
DoubleValue(long lMantissa, long lExponent)
           
 
Method Summary
 char[] toCharacters()
           
 double toDouble()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleValue

public DoubleValue(long lMantissa,
                   long lExponent)
Method Detail

toDouble

public double toDouble()

toCharacters

public char[] toCharacters()

EXIficient