org.encog.util.text
Class DoubleString

java.lang.Object
  extended by org.encog.util.text.DoubleString

public class DoubleString
extends Object


Field Summary
static double FRAC_SHIFT
           
static int[] MULT
           
 
Constructor Summary
DoubleString()
           
 
Method Summary
static String convertDoubleToString(double[] target, int index)
           
static int convertStringToDouble(String str, double[] target, int targetIndex)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAC_SHIFT

public static final double FRAC_SHIFT
See Also:
Constant Field Values

MULT

public static final int[] MULT
Constructor Detail

DoubleString

public DoubleString()
Method Detail

convertDoubleToString

public static String convertDoubleToString(double[] target,
                                           int index)

convertStringToDouble

public static int convertStringToDouble(String str,
                                        double[] target,
                                        int targetIndex)

main

public static void main(String[] args)


Copyright © 2014. All Rights Reserved.