dk.vajhoej.record
Class VAXFloatUtil

java.lang.Object
  extended by dk.vajhoej.record.VAXFloatUtil

public class VAXFloatUtil
extends java.lang.Object

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

VAXFloatUtil

public VAXFloatUtil()
Method Detail

f2s

public static int f2s(int v)

s2f

public static int s2f(int v)

g2t

public static long g2t(long v)

t2g

public static long t2g(long v)