org.universAAL.lddi.lib.ieeex73std.x73.p20601.mdnf
Class FloatType

Package class diagram package FloatType
java.lang.Object
  extended by org.universAAL.lddi.lib.ieeex73std.x73.p20601.mdnf.FloatType

public class FloatType
extends Object


Field Summary
static int INFINITE_NEG
           
static int INFINITE_POS
           
static int MAX_EXP
           
static int MAX_MANTISSA
           
static int MIN_EXP
           
static int MIN_MANTISSA
           
static int NaN
           
static int NRes
           
static int RESERVED
           
 
Constructor Summary
FloatType(int exp, int man)
           
FloatType(long measure)
           
 
Method Summary
 int getExponent()
           
 double getFloatValue()
           
 int getMantissa()
           
 boolean isSpecialFloatValue(int mantissa)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NaN

public static final int NaN
See Also:
Constant Field Values

NRes

public static final int NRes
See Also:
Constant Field Values

INFINITE_POS

public static final int INFINITE_POS
See Also:
Constant Field Values

INFINITE_NEG

public static final int INFINITE_NEG
See Also:
Constant Field Values

RESERVED

public static final int RESERVED
See Also:
Constant Field Values

MAX_EXP

public static final int MAX_EXP
See Also:
Constant Field Values

MIN_EXP

public static final int MIN_EXP
See Also:
Constant Field Values

MAX_MANTISSA

public static final int MAX_MANTISSA
See Also:
Constant Field Values

MIN_MANTISSA

public static final int MIN_MANTISSA
See Also:
Constant Field Values
Constructor Detail

FloatType

public FloatType(int exp,
                 int man)

FloatType

public FloatType(long measure)
          throws Exception
Throws:
Exception
Method Detail

getExponent

public int getExponent()

getMantissa

public int getMantissa()

getFloatValue

public double getFloatValue()

isSpecialFloatValue

public boolean isSpecialFloatValue(int mantissa)


Copyright © 2014 universAAL Consortium. All Rights Reserved.