org.jmol.jcamp.utils
Class NumericDataUtils

java.lang.Object
  extended by org.jmol.jcamp.utils.NumericDataUtils

public class NumericDataUtils
extends java.lang.Object


Constructor Summary
NumericDataUtils()
           
 
Method Summary
static double convToIntelDouble(long i)
           
static float convToIntelFloat(int i)
           
static int convToIntelInt(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericDataUtils

public NumericDataUtils()
Method Detail

convToIntelInt

public static int convToIntelInt(int i)

convToIntelFloat

public static float convToIntelFloat(int i)

convToIntelDouble

public static double convToIntelDouble(long i)