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

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

public class SFloatType
extends Object


Field Summary
static short INFINITE_NEG
           
static short INFINITE_POS
           
static short MAX_EXP
           
static short MAX_MANTISSA
           
static short MIN_EXP
           
static short MIN_MANTISSA
           
static short NaN
           
static short NRes
           
static short RESERVED
           
 
Constructor Summary
SFloatType(short num)
           
SFloatType(short exp, short man)
           
 
Method Summary
 short getExponent()
           
 double getFloatValue()
           
 short getMantissa()
           
 boolean isSpecialFloatValue(short 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 short NaN
See Also:
Constant Field Values

NRes

public static final short NRes
See Also:
Constant Field Values

INFINITE_POS

public static final short INFINITE_POS
See Also:
Constant Field Values

INFINITE_NEG

public static final short INFINITE_NEG
See Also:
Constant Field Values

RESERVED

public static final short RESERVED
See Also:
Constant Field Values

MAX_EXP

public static final short MAX_EXP
See Also:
Constant Field Values

MIN_EXP

public static final short MIN_EXP
See Also:
Constant Field Values

MAX_MANTISSA

public static final short MAX_MANTISSA
See Also:
Constant Field Values

MIN_MANTISSA

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

SFloatType

public SFloatType(short exp,
                  short man)

SFloatType

public SFloatType(short num)
           throws Exception
Throws:
Exception
Method Detail

getExponent

public short getExponent()

getMantissa

public short getMantissa()

getFloatValue

public double getFloatValue()

isSpecialFloatValue

public boolean isSpecialFloatValue(short mantissa)


Copyright © 2014 universAAL Consortium. All Rights Reserved.