xBaseJ
Class Util

java.lang.Object
  |
  +--xBaseJ.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static double doubleDate(DateField d)
           
static double doubleDate(java.lang.String s)
           
static double x86(double in)
           
static float x86(float in)
           
static int x86(int in)
           
static long x86(long in)
           
static short x86(short in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

x86

public static double x86(double in)

x86

public static float x86(float in)

x86

public static long x86(long in)

x86

public static int x86(int in)

x86

public static short x86(short in)

doubleDate

public static double doubleDate(DateField d)

doubleDate

public static double doubleDate(java.lang.String s)