EXIficient

com.siemens.ct.exi.values
Class FloatValue

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

public class FloatValue
extends AbstractValue


Constructor Summary
FloatValue(int iMantissa, int iExponent)
           
 
Method Summary
 char[] toCharacters()
           
 float toFloat()
           
 
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

FloatValue

public FloatValue(int iMantissa,
                  int iExponent)
Method Detail

toFloat

public float toFloat()

toCharacters

public char[] toCharacters()

EXIficient