|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.record.VAXFloatUtil
public class VAXFloatUtil
Class VAXFloatUtil converts between VAX floating point and IEEE floating point.
Constructor Summary | |
---|---|
VAXFloatUtil()
|
Method Summary | |
---|---|
static int |
f2s(int v)
|
static long |
g2t(long v)
|
static int |
s2f(int v)
|
static long |
t2g(long v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VAXFloatUtil()
Method Detail |
---|
public static int f2s(int v)
public static int s2f(int v)
public static long g2t(long v)
public static long t2g(long v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |