jxl.read.biff
Class RKHelper

java.lang.Object
  |
  +--jxl.read.biff.RKHelper

class RKHelper
extends java.lang.Object

Helper to convert an RK number into a double or an integer


Constructor Summary
(package private) RKHelper()
           
 
Method Summary
static double getDouble(int rk)
          Converts excel's internal RK format into a double value
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RKHelper

RKHelper()
Method Detail

getDouble

public static double getDouble(int rk)
Converts excel's internal RK format into a double value
Parameters:
rk - the rk number in bits
Returns:
the double representation