Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: DoubleHelper [javadoc | source]
java.lang.Object
   jxl.biff.DoubleHelper
Class to help handle doubles
Method from jxl.biff.DoubleHelper Summary:
getIEEEBytes,   getIEEEDouble
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.DoubleHelper Detail:
 public static  void getIEEEBytes(double d,
    byte[] target,
    int pos) 
    Puts the IEEE representation of the double provided into the array at the designated position
 public static double getIEEEDouble(byte[] data,
    int pos) 
    Gets the IEEE value from the byte array passed in